mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-19 10:18:56 +08:00
mdbx: добавление mdbx_env_resurrect_after_fork()
в API.
This commit is contained in:
5
mdbx.h
5
mdbx.h
@@ -2895,6 +2895,11 @@ LIBMDBX_INLINE_API(int, mdbx_env_close, (MDBX_env * env)) {
|
||||
return mdbx_env_close_ex(env, false);
|
||||
}
|
||||
|
||||
#if !(defined(_WIN32) || defined(_WIN64))
|
||||
/** FIXME */
|
||||
LIBMDBX_API int mdbx_env_resurrect_after_fork(MDBX_env *env);
|
||||
#endif /* Windows */
|
||||
|
||||
/** \brief Warming up options
|
||||
* \ingroup c_settings
|
||||
* \anchor warmup_flags
|
||||
|
Reference in New Issue
Block a user