summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdb/src/mdbx/osal.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-23 18:11:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-23 18:11:47 +0300
commit72ed903dac773db034a187b4ba7f187ef43d717e (patch)
tree9a5bd012fd7c0b4dd4ae53ae85d601a82dc56c60 /plugins/Dbx_mdb/src/mdbx/osal.h
parent7d9f19596aec67afaa158af06c5a547029ffdbbf (diff)
updating lmdbx to the recent stable
Diffstat (limited to 'plugins/Dbx_mdb/src/mdbx/osal.h')
-rw-r--r--plugins/Dbx_mdb/src/mdbx/osal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/mdbx/osal.h b/plugins/Dbx_mdb/src/mdbx/osal.h
index 4216a5346a..871e52b0dc 100644
--- a/plugins/Dbx_mdb/src/mdbx/osal.h
+++ b/plugins/Dbx_mdb/src/mdbx/osal.h
@@ -505,7 +505,7 @@ void mdbx_lck_destroy(MDBX_env *env);
int mdbx_rdt_lock(MDBX_env *env);
void mdbx_rdt_unlock(MDBX_env *env);
-int mdbx_txn_lock(MDBX_env *env);
+int mdbx_txn_lock(MDBX_env *env, bool dontwait);
void mdbx_txn_unlock(MDBX_env *env);
int mdbx_rpid_set(MDBX_env *env);