mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
enable unindexed searches monitoring ifdef LDAP_DEVEL
This commit is contained in:
parent
03ac28c541
commit
202080dfa1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user