mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 00:45:01 -05:00
ITS#2998 rename pcl -> be_pcl
This commit is contained in:
parent
f5ffcae717
commit
87a4c01b29
1 changed files with 1 additions and 1 deletions
|
|
@ -1531,7 +1531,7 @@ struct slap_backend_db {
|
|||
void *be_private; /* anything the backend database needs */
|
||||
|
||||
void *be_pb; /* Netscape plugin */
|
||||
LDAP_TAILQ_HEAD( pcl, slap_csn_entry ) be_pending_csn_list;
|
||||
LDAP_TAILQ_HEAD( be_pcl, slap_csn_entry ) be_pending_csn_list;
|
||||
ldap_pvt_thread_mutex_t be_pcl_mutex;
|
||||
struct berval be_context_csn;
|
||||
ldap_pvt_thread_mutex_t be_context_csn_mutex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue