mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Made client_service, transaction independent of provider.
Provider may not be loaded when client_service and transaction are constructed.
This commit is contained in:
@ -27,8 +27,8 @@ namespace wsrep
|
||||
class client_service : public wsrep::transaction_termination_service
|
||||
{
|
||||
public:
|
||||
client_service(wsrep::provider& provider)
|
||||
: provider_(provider) { }
|
||||
client_service() { }
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@ -145,9 +145,6 @@ namespace wsrep
|
||||
* been enabled.
|
||||
*/
|
||||
virtual void debug_crash(const char* crash_point) = 0;
|
||||
|
||||
protected:
|
||||
wsrep::provider& provider_;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user