mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-11 06:21:48 +03:00
Pass ws_handle as const reference to provider replay()
This commit is contained in:
@ -268,7 +268,7 @@ namespace wsrep
|
||||
* @return Zero in case of success, non-zero on failure.
|
||||
*/
|
||||
virtual enum status replay(
|
||||
wsrep::ws_handle& ws_handle, void* applier_ctx) = 0;
|
||||
const wsrep::ws_handle& ws_handle, void* applier_ctx) = 0;
|
||||
|
||||
virtual int sst_sent(const wsrep::gtid&, int) = 0;
|
||||
virtual int sst_received(const wsrep::gtid&, int) = 0;
|
||||
|
Reference in New Issue
Block a user