1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Initial implementation of the status interface reporter object.

This commit is contained in:
Alexey Yurchenko
2021-08-06 15:34:06 +03:00
parent 0151e98802
commit 4f1c201c9d
13 changed files with 1442 additions and 12 deletions

View File

@ -38,6 +38,7 @@ namespace db
std::string topology;
std::string wsrep_provider;
std::string wsrep_provider_options;
std::string status_file;
int debug_log_level;
int fast_exit;
int thread_instrumentation;
@ -55,6 +56,7 @@ namespace db
, topology()
, wsrep_provider()
, wsrep_provider_options()
, status_file("status.json")
, debug_log_level(0)
, fast_exit(0)
, thread_instrumentation()