Re-added the S_LDAP semaphore. It is needed. Not sure why it didn't show
authorDave West <davew@uncensored.citadel.org>
Thu, 17 Jul 2008 18:39:34 +0000 (18:39 +0000)
committerDave West <davew@uncensored.citadel.org>
Thu, 17 Jul 2008 18:39:34 +0000 (18:39 +0000)
up in my grep etc.

Added a new semaphore S_SINGLE_USER this is used when the server needs
to go into single user mode to prevent changes in the DB like when doing
an artv export/import.

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
 };