]> git.sur5r.net Git - openldap/commitdiff
Import LDAP_DEVEL bit
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 26 Nov 2007 01:33:12 +0000 (01:33 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 26 Nov 2007 01:33:12 +0000 (01:33 +0000)
servers/slapd/back-bdb/back-bdb.h

index 168619e0fd9ed5a18000b2fa3188ceecccfd3bbc..36b821c8aebeca4585afa90a4f4f0726130bd672 100644 (file)
@@ -178,6 +178,10 @@ struct bdb_db_info {
        DB                      *bdi_db;
 };
 
+#ifdef LDAP_DEVEL
+#define BDB_MONITOR_IDX
+#endif /* LDAP_DEVEL */
+
 typedef struct bdb_monitor_t {
        void            *bdm_cb;
        struct berval   bdm_ndn;