]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ldap-int.h
Remove a few typos in comments
[openldap] / libraries / libldap / ldap-int.h
index 474807582efa7d4d85881be5a2d04f94cba938dd..7cae7d94dc3863277ac85d6c7e0240eb52997776 100644 (file)
@@ -127,6 +127,7 @@ typedef struct ldap_conn {
        LDAPServer              *lconn_server;
        char                    *lconn_krbinstance;
        struct ldap_conn        *lconn_next;
+       BerElement              lconn_ber;/* ber receiving on this conn. */
 } LDAPConn;
 
 
@@ -204,7 +205,7 @@ struct ldap {
        char    *ld_host;
        int             ld_port;
 
-       char    ld_lberoptions;
+       short           ld_lberoptions;
 
        LDAPFiltDesc    *ld_filtd;      /* from getfilter for ufn searches */
        char            *ld_ufnprefix;  /* for incomplete ufn's */
@@ -227,8 +228,11 @@ struct ldap {
        /* stuff used by connectionless searches. */
        char            *ld_cldapdn;    /* DN used in connectionless search */
        int             ld_cldapnaddr; /* number of addresses */
-       void            **ld_cldapaddrs;/* addresses to send request to */      
-       
+       void            **ld_cldapaddrs;/* addresses to send request to */
+#ifndef LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS       
+       /* BerElement that this connection is receiving. */
+       BerElement      ld_ber;
+#endif 
        /* do not mess with the rest though */
        BERTranslateProc ld_lber_encode_translate_proc;
        BERTranslateProc ld_lber_decode_translate_proc;