mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Pass pointer to high priority service as a parameter for log_view()
The pointer will pass applier context to log_view(), where it can be used for stable storage access.
This commit is contained in:
@ -123,7 +123,7 @@ namespace wsrep
|
||||
WSREP_OVERRIDE
|
||||
{
|
||||
}
|
||||
void log_view(const wsrep::view&) { }
|
||||
void log_view(wsrep::high_priority_service*, const wsrep::view&) { }
|
||||
void log_state_change(enum wsrep::server_state::state,
|
||||
enum wsrep::server_state::state)
|
||||
{ }
|
||||
|
Reference in New Issue
Block a user