From 7524acda0a8778572262429f27b359d7ee91fc90 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Jan 2020 22:56:32 +0300 Subject: libmdbx: update to 0.5.0 --- libs/libmdbx/src/test/config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libs/libmdbx/src/test/config.h') 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 * 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 { -- cgit v1.2.3