]> git.sur5r.net Git - openldap/commit
All implementations of lutil_lockf (aka ldap_lockf) block until
authorKurt Zeilenga <kurt@openldap.org>
Sun, 28 Mar 1999 22:43:43 +0000 (22:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 28 Mar 1999 22:43:43 +0000 (22:43 +0000)
commit598b7473fea63177f65d94a354a9336c6d136097
tree4eeee267eb0412e80f17470d0a89af0343af24f2
parentf4161b5bf8aa62099e6367510cb1c175d95092d8
All implementations of lutil_lockf (aka ldap_lockf) block until
the lock is acquired.  Add comments to that effect.  Remove
unnecessary busy loops from slapd/lock.c and slurpd/lock.c.
include/lutil_lockf.h
libraries/liblutil/lockf.c
servers/slapd/lock.c
servers/slurpd/lock.c