]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/tools/slapcommon.h
Sync with HEAD
[openldap] / servers / slapd / tools / slapcommon.h
index 925b9976b185f406d91129d9837b4a02153aec70..4d3b7b5694b75b0779b1571b70c924d9d4770ff7 100644 (file)
@@ -18,7 +18,7 @@ enum slaptool {
        SLAPTEST        /* database testing tool */
 };
 
-#define SLAP_TOOL_CTXCSN_NONE  0
+#define SLAP_TOOL_CTXCSN_KEEP  0
 #define SLAP_TOOL_CTXCSN_ENTRY 1
 #define SLAP_TOOL_CTXCSN_BATCH 2
 
@@ -30,6 +30,11 @@ extern       int             verbose;
 extern int             update_ctxcsn;
 extern int             retrieve_ctxcsn;
 extern int             retrieve_synccookie;
+extern int             replica_promotion;
+extern int             replica_demotion;
+extern char    *replica_id_string;
+extern char    **replica_id_strlist;
+extern int     *replica_id_list;
 extern int             continuemode;
 extern int             nosubordinates;
 extern int             dryrun;