1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-24 10:42:31 +03:00

Return provider status from set options.

This commit is contained in:
Teemu Ollakka
2018-07-03 16:33:14 +03:00
parent 4e8dfca3f1
commit b9532e6497
4 changed files with 7 additions and 8 deletions

View File

@ -67,7 +67,7 @@ namespace wsrep
std::vector<status_variable> status() const;
void reset_status();
std::string options() const;
void options(const std::string&);
enum wsrep::provider::status options(const std::string&);
void* native() const;
private:
wsrep_provider_v26(const wsrep_provider_v26&);