mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
Refactored provider specific code out of server_context.cpp
This commit is contained in:
@ -15,7 +15,8 @@ namespace wsrep
|
||||
{
|
||||
public:
|
||||
|
||||
wsrep_provider_v26(wsrep::server_context&, const char*, struct wsrep_init_args*);
|
||||
wsrep_provider_v26(wsrep::server_context&, const std::string&,
|
||||
const std::string&);
|
||||
~wsrep_provider_v26();
|
||||
int connect(const std::string&, const std::string&, const std::string&,
|
||||
bool);
|
||||
|
Reference in New Issue
Block a user