mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Pass ws_meta to high priority service apply_toi
This commit is contained in:
@ -180,7 +180,7 @@ namespace
|
||||
{
|
||||
// Regular toi
|
||||
provider.commit_order_enter(ws_handle, ws_meta);
|
||||
int ret(high_priority_service.apply_toi(data));
|
||||
int ret(high_priority_service.apply_toi(ws_meta, data));
|
||||
provider.commit_order_leave(ws_handle, ws_meta);
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user