A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via b86f08e9d6f083d20c81054e2fff0d54695a4a2e (commit) from dddc7a385ba4951c11e1c8405ccf002b6a75a53d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b86f08e9d6f083d20c81054e2fff0d54695a4a2e Author: Howard Chu hyc@symas.com Date: Mon Oct 21 10:29:38 2013 -0700
Add mdb_env_get_fd()
Return the environment's filedescriptor. Useful when the caller is doing their own locking.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 12 ++++++++++++ libraries/liblmdb/mdb.c | 10 ++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-)