mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Provide access to native wsrep API handle.
This commit is contained in:
@ -673,3 +673,8 @@ wsrep::wsrep_provider_v26::status() const
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
void* wsrep::wsrep_provider_v26::native() const
|
||||
{
|
||||
return wsrep_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user