mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Provide access to native wsrep API handle.
This commit is contained in:
@ -275,6 +275,11 @@ namespace wsrep
|
||||
|
||||
virtual std::vector<status_variable> status() const = 0;
|
||||
|
||||
/**
|
||||
* Return pointer to native provider handle.
|
||||
*/
|
||||
virtual void* native() const = 0;
|
||||
|
||||
/**
|
||||
* Create a new provider.
|
||||
*
|
||||
|
Reference in New Issue
Block a user