]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ldap-int.h
Patch for fast synchronous search result processing
[openldap] / libraries / libldap / ldap-int.h
index 844fd4cdc2140058e3e081216c8341876bf77e39..b83c6ca2939ea189e4388897ef2081fa628d5d76 100644 (file)
@@ -137,6 +137,7 @@ struct ldapmsg {
        ber_tag_t               lm_msgtype;     /* the message type */
        BerElement      *lm_ber;        /* the ber encoded message contents */
        struct ldapmsg  *lm_chain;      /* for search - next msg in the resp */
+       struct ldapmsg  *lm_chain_tail;
        struct ldapmsg  *lm_next;       /* next response */
        time_t  lm_time;        /* used to maintain cache */
 };