1
0
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:
Teemu Ollakka
2018-06-26 08:03:22 +03:00
parent 1e03ae5b05
commit ccf5c08c35
5 changed files with 5 additions and 4 deletions

View File

@ -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 { }