]> git.sur5r.net Git - openldap/commit
Added ld_req_mutex and ld_res_mutex to protect ld_requests and ld_responses
authorHoward Chu <hyc@openldap.org>
Thu, 13 Feb 2003 10:43:16 +0000 (10:43 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 13 Feb 2003 10:43:16 +0000 (10:43 +0000)
commita6b3a92cc573101a261906b8d2eb0158b0902c7c
tree0533a6abba00e895b72d02b51d9bedbc6a58d48b
parent568829d8218f8be0543aabf1ab3fa3de7d56e7dd
Added ld_req_mutex and ld_res_mutex to protect ld_requests and ld_responses
queues for multithreaded access to LDAP*'s. Also used to protect writes and
reads of ld_sb, respectively. Appears to work...
libraries/libldap/abandon.c
libraries/libldap/ldap-int.h
libraries/libldap/open.c
libraries/libldap/request.c
libraries/libldap/result.c
libraries/libldap/unbind.c