]> git.sur5r.net Git - openldap/commitdiff
ITS#2998 rename pcl -> be_pcl
authorHoward Chu <hyc@openldap.org>
Fri, 5 Mar 2004 10:33:41 +0000 (10:33 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 5 Mar 2004 10:33:41 +0000 (10:33 +0000)
servers/slapd/slap.h

index 746c26a8022add7eee9a0b3b1709b371ccba9ec2..d4efbc2d31abf1bf30f805b853844aaca92aaa94 100644 (file)
@@ -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;