1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +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

@ -231,7 +231,8 @@ namespace wsrep
}
void reset_status() { }
std::string options() const { return ""; }
void options(const std::string&) { }
enum wsrep::provider::status options(const std::string&)
{ return wsrep::provider::success; }
void* native() const { return 0; }
//