mdbx: внутреннее переименование MDBX_SYNC_KICK (косметика).

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-12-02 19:50:31 +03:00
parent 9f2d30c1a9
commit 822952ef01
3 changed files with 9 additions and 9 deletions

View File

@@ -520,7 +520,7 @@ osal_thread_create(osal_thread_t *thread,
MDBX_INTERNAL_FUNC int osal_thread_join(osal_thread_t thread);
enum osal_syncmode_bits {
MDBX_SYNC_NONE = 0,
MDBX_SYNC_KICK = 0,
MDBX_SYNC_DATA = 1,
MDBX_SYNC_SIZE = 2,
MDBX_SYNC_IODQ = 4