mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-19 06:02:21 +08:00
mdbx: add space argument for oom-callback.
Change-Id: I27634e02046df375fffae66de3124e8cd90cc61c
This commit is contained in:
@@ -99,7 +99,7 @@ protected:
|
||||
} last;
|
||||
|
||||
static int oom_callback(MDBX_env *env, mdbx_pid_t pid, mdbx_tid_t tid,
|
||||
uint64_t txn, unsigned gap, int retry);
|
||||
uint64_t txn, unsigned gap, size_t space, int retry);
|
||||
|
||||
void db_prepare();
|
||||
void db_open();
|
||||
|
||||
Reference in New Issue
Block a user