mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-02 05:22:26 +03:00
Added method to check if provider is loaded
This commit is contained in:
@ -265,6 +265,8 @@ namespace wsrep
|
||||
|
||||
void unload_provider();
|
||||
|
||||
bool is_provider_loaded() const { return provider_ != 0; }
|
||||
|
||||
/**
|
||||
* Return reference to provider.
|
||||
*
|
||||
|
Reference in New Issue
Block a user