mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
MDEV-36551: Add interface to report wsrep state change in Galera
This commit is contained in:
committed by
Jan Lindström
parent
14ce8cab76
commit
a2d7d89c1d
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018 Codership Oy <info@codership.com>
|
||||
* Copyright (C) 2018-2025 Codership Oy <info@codership.com>
|
||||
*
|
||||
* This file is part of wsrep-lib.
|
||||
*
|
||||
@ -227,7 +227,13 @@ namespace wsrep
|
||||
* been enabled.
|
||||
*/
|
||||
virtual void debug_crash(const char* crash_point) = 0;
|
||||
|
||||
//
|
||||
// Notify state change interface
|
||||
//
|
||||
virtual void notify_state_change() = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // WSREP_CLIENT_SERVICE_HPP
|
||||
|
Reference in New Issue
Block a user