]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/alock.h
More ldapbis cleanup
[openldap] / servers / slapd / alock.h
index 49efcbeea0cc92f02050787311b3a7e5f87e0e00..9225358d487dfa964515793c87b1264ca0f3be1a 100644 (file)
 #define ALOCK_UNIQUE   (2)
 #define ALOCK_DIRTY            (3)
 
+#define ALOCK_SMASK            3
+
+/* lock/state where recovery is not available */
+#define        ALOCK_NOSAVE    4
+
 /* constants */
 #define ALOCK_SLOT_SIZE                (1024)
 #define ALOCK_SLOT_IATTRS      (4)