]> git.sur5r.net Git - openldap/commitdiff
group SlapReply search flags
authorPierangelo Masarati <ando@openldap.org>
Wed, 12 Apr 2006 14:02:15 +0000 (14:02 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 12 Apr 2006 14:02:15 +0000 (14:02 +0000)
servers/slapd/slap.h

index 78a5457a4c3dee22af7acc3c14b65b3fa1f53e60..3d5fe580e7f27604e7cd266c0b2c24fc445ae547 100644 (file)
@@ -1972,8 +1972,13 @@ typedef struct slap_rep {
 #define REP_ENTRY_MODIFIABLE   0x0001U
 #define REP_ENTRY_MUSTBEFREED  0x0002U
 #define REP_ENTRY_MUSTRELEASE  0x0004U
+#define        REP_ENTRY_MASK          (REP_ENTRY_MODIFIABLE|REP_ENTRY_MUSTBEFREED|REP_ENTRY_MUSTRELEASE)
+
 #define REP_MATCHED_MUSTBEFREED        0x0010U
+#define        REP_MATCHED_MASK        (REP_MATCHED_MUSTBEFREED)
+
 #define REP_REF_MUSTBEFREED    0x0020U
+#define REP_REF_MASK           (REP_REF_MUSTBEFREED)
 
 #define        REP_NO_ENTRYDN          0x1000U
 #define        REP_NO_SUBSCHEMA        0x2000U