1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-21 12:22:06 +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

@ -474,6 +474,7 @@ void wsrep::server_state::on_view(const wsrep::view& view)
}
current_view_ = view;
}
server_service_.log_view(view);
}
void wsrep::server_state::on_sync()