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:
@ -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&);
|
||||
|
Reference in New Issue
Block a user