mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: move MDBX_LOCK_SUFFIX to API defs.
This commit is contained in:
7
mdbx.h
7
mdbx.h
@@ -95,6 +95,13 @@ extern "C" {
|
||||
MDBX_VERFOO(MDBX_VERSION_MAJOR, MDBX_VERSION_MINOR, MDBX_VERSION_PATCH, \
|
||||
MDBX_VERSION_DATE)
|
||||
|
||||
/* The name of the lock file in the DB environment */
|
||||
#define MDBX_LOCKNAME "/mdbx.lck"
|
||||
/* The name of the data file in the DB environment */
|
||||
#define MDBX_DATANAME "/mdbx.dat"
|
||||
/* The suffix of the lock file when no subdir is used */
|
||||
#define MDBX_LOCK_SUFFIX "-lck"
|
||||
|
||||
/* Opaque structure for a database environment.
|
||||
*
|
||||
* A DB environment supports multiple databases, all residing in the same
|
||||
|
Reference in New Issue
Block a user