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:
@ -61,7 +61,7 @@ namespace wsrep
|
||||
WSREP_OVERRIDE
|
||||
{
|
||||
}
|
||||
void log_view(wsrep::client_state&, const wsrep::view&) { }
|
||||
void log_view(const wsrep::view&) { }
|
||||
|
||||
void on_connect() WSREP_OVERRIDE { }
|
||||
void wait_until_connected() WSREP_OVERRIDE { }
|
||||
|
Reference in New Issue
Block a user