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:
@ -199,8 +199,11 @@ namespace wsrep
|
||||
{
|
||||
return std::vector<status_variable>();
|
||||
}
|
||||
void* native() const { return 0; }
|
||||
|
||||
//
|
||||
// Methods to modify mock state
|
||||
//
|
||||
/** Inject BF abort event into the provider.
|
||||
*
|
||||
* @param bf_seqno Aborter sequence number
|
||||
|
Reference in New Issue
Block a user