[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAPMessage def
On Fri, 28 Nov 2003 01:18:51 -0700
"Anil Kumar Kommuri" <kkanil@novell.com> wrote:
> Is in <OpenLDAP directory>ldap/libraries/libldap/ldap-int.h
>
> struct ldapmsg {
> ber_int_t lm_msgid; /* the message id */
> 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_next; /* next response */
> time_t lm_time; /* used to maintain cache */
> };
>
> * anil.
Thankyou Mr. Anil
--
Regards
Vadiraj C S