X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Falock.h;h=9225358d487dfa964515793c87b1264ca0f3be1a;hb=dbaf7c5c2503b2770c9075e30a9a63b6ff577d6f;hp=49efcbeea0cc92f02050787311b3a7e5f87e0e00;hpb=acbb5cf689a4336af05c9f259d909d8141055bac;p=openldap diff --git a/servers/slapd/alock.h b/servers/slapd/alock.h index 49efcbeea0..9225358d48 100644 --- a/servers/slapd/alock.h +++ b/servers/slapd/alock.h @@ -38,6 +38,11 @@ #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)