]> git.sur5r.net Git - openldap/commit
Add mdb_env_get_fd()
authorHoward Chu <hyc@symas.com>
Mon, 21 Oct 2013 17:29:38 +0000 (10:29 -0700)
committerHoward Chu <hyc@symas.com>
Mon, 21 Oct 2013 17:41:41 +0000 (10:41 -0700)
commitb86f08e9d6f083d20c81054e2fff0d54695a4a2e
tree316c79458faf9a3241c8f5e5d0ccd4b75fd1af80
parentdddc7a385ba4951c11e1c8405ccf002b6a75a53d
Add mdb_env_get_fd()

Return the environment's filedescriptor. Useful when the caller
is doing their own locking.
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb.c