mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Added debug_crash() method to high priority service interface.
This commit is contained in:
@ -57,6 +57,8 @@ namespace wsrep
|
||||
const wsrep::ws_meta&)
|
||||
WSREP_OVERRIDE { return 0; }
|
||||
bool is_replaying() const WSREP_OVERRIDE { return replaying_; }
|
||||
void debug_crash(const char*) WSREP_OVERRIDE { /* Not in unit tests*/}
|
||||
|
||||
wsrep::mock_client_state* client_state()
|
||||
{
|
||||
return client_state_;
|
||||
|
Reference in New Issue
Block a user