mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
Initial implementation of the status interface reporter object.
This commit is contained in:
@ -57,6 +57,9 @@ db::params db::parse_args(int argc, char** argv)
|
||||
("wsrep-provider-options",
|
||||
po::value<std::string>(¶ms.wsrep_provider_options),
|
||||
"wsrep provider options")
|
||||
("status-file",
|
||||
po::value<std::string>(¶ms.status_file),
|
||||
"status output file")
|
||||
("servers", po::value<size_t>(¶ms.n_servers)->required(),
|
||||
"number of servers to start")
|
||||
("topology", po::value<std::string>(¶ms.topology),
|
||||
|
Reference in New Issue
Block a user