summaryrefslogtreecommitdiff
path: root/libs/libmdbx/src/test/config.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-01-07 22:56:32 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-01-07 22:56:39 +0300
commit7524acda0a8778572262429f27b359d7ee91fc90 (patch)
tree6443228a439b83c5bc6d15923a9ccd91fa4718e3 /libs/libmdbx/src/test/config.h
parent62c842df372abe0349f025ac4cbbc8426526ac8b (diff)
libmdbx: update to 0.5.0
Diffstat (limited to 'libs/libmdbx/src/test/config.h')
-rw-r--r--libs/libmdbx/src/test/config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libs/libmdbx/src/test/config.h b/libs/libmdbx/src/test/config.h
index 89889d8eb6..9e083f3f22 100644
--- a/libs/libmdbx/src/test/config.h
+++ b/libs/libmdbx/src/test/config.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright 2017-2019 Leonid Yuriev <leo@yuriev.ru>
* and other libmdbx authors: please see AUTHORS file.
* All rights reserved.
@@ -29,12 +29,13 @@ enum actor_testcase {
ac_try,
ac_copy,
ac_append,
- ac_ttl
+ ac_ttl,
+ ac_nested
};
enum actor_status {
as_unknown,
- as_debuging,
+ as_debugging,
as_running,
as_successful,
as_killed,
@@ -123,8 +124,6 @@ inline bool parse_option_intptr(int argc, char *const argv[], int &narg,
#pragma pack(push, 1)
struct keygen_params_pod {
- keygen_case keycase;
-
/* Параметры генератора пар key-value.
*
* Ключи и значения генерируются по задаваемым параметрам на основе "плоской"
@@ -231,11 +230,10 @@ struct keygen_params_pod {
uint8_t split;
uint32_t seed;
uint64_t offset;
+ keygen_case keycase;
};
struct actor_params_pod {
- unsigned loglevel;
-
unsigned mode_flags;
unsigned table_flags;
intptr_t size_lower;
@@ -264,8 +262,10 @@ struct actor_params_pod {
unsigned max_tables;
keygen_params_pod keygen;
+ uint8_t loglevel;
bool drop_table;
bool ignore_dbfull;
+ bool speculum;
};
struct actor_config_pod {