mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
* Removed client_context from server_service::log_view() params
* Call log_view() from server_state view handler
This commit is contained in:
@ -78,7 +78,7 @@ namespace wsrep
|
||||
/**
|
||||
* Log a cluster view change event.
|
||||
*/
|
||||
virtual void log_view(wsrep::client_state&, const wsrep::view&) = 0;
|
||||
virtual void log_view(const wsrep::view&) = 0;
|
||||
|
||||
/**
|
||||
* Determine if the configured SST method requires SST to be
|
||||
|
Reference in New Issue
Block a user