mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Refactored provider specific code out of server_context.cpp
This commit is contained in:
@ -173,6 +173,12 @@ namespace wsrep
|
||||
*/
|
||||
const std::string& address() const { return address_; }
|
||||
|
||||
/*!
|
||||
* Return working directory
|
||||
*
|
||||
* \return String containing path to working directory.
|
||||
*/
|
||||
const std::string& working_dir() const { return working_dir_; }
|
||||
/*!
|
||||
* Get the rollback mode which server is operating in.
|
||||
*
|
||||
|
Reference in New Issue
Block a user