mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
fix use with back-hdb
This commit is contained in:
parent
1fc5e8e057
commit
103485bf99
@ -203,6 +203,7 @@ struct bdb_info {
|
|||||||
alock_info_t bi_alock_info;
|
alock_info_t bi_alock_info;
|
||||||
char *bi_db_config_path;
|
char *bi_db_config_path;
|
||||||
BerVarray bi_db_config;
|
BerVarray bi_db_config;
|
||||||
|
bdb_monitor_cleanup_t bi_monitor_cleanup;
|
||||||
int bi_flags;
|
int bi_flags;
|
||||||
#define BDB_IS_OPEN 0x01
|
#define BDB_IS_OPEN 0x01
|
||||||
#define BDB_HAS_CONFIG 0x02
|
#define BDB_HAS_CONFIG 0x02
|
||||||
@ -213,7 +214,6 @@ struct bdb_info {
|
|||||||
int bi_modrdns; /* number of modrdns completed */
|
int bi_modrdns; /* number of modrdns completed */
|
||||||
ldap_pvt_thread_mutex_t bi_modrdns_mutex;
|
ldap_pvt_thread_mutex_t bi_modrdns_mutex;
|
||||||
#endif
|
#endif
|
||||||
bdb_monitor_cleanup_t bi_monitor_cleanup;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define bi_id2entry bi_databases[BDB_ID2ENTRY]
|
#define bi_id2entry bi_databases[BDB_ID2ENTRY]
|
||||||
|
Loading…
Reference in New Issue
Block a user