mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
enable unindexed searches monitoring ifdef LDAP_DEVEL
This commit is contained in:
parent
03ac28c541
commit
202080dfa1
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue