Re-added the S_LDAP semaphore. It is needed. Not sure why it didn't show
[citadel.git] / citadel / server.h
index 050cde534d0252dbf1c22cc5b8de6a1fcc0566f6..0860adb4a7affc3315d16604a03853f29507eee5 100644 (file)
@@ -245,6 +245,8 @@ enum {
        S_THREAD_LIST,
        S_XMPP_QUEUE,
        S_SCHEDULE_LIST,
+       S_SINGLE_USER,
+       S_LDAP,
        MAX_SEMAPHORES
 };