enable unindexed searches monitoring ifdef LDAP_DEVEL

This commit is contained in:
Pierangelo Masarati 2007-09-12 21:26:10 +00:00
parent 03ac28c541
commit 202080dfa1

View File

@ -177,6 +177,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_nbase;