1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Added SST methods, able to start several nodes in simulator

This commit is contained in:
Teemu Ollakka
2018-04-19 15:03:38 +03:00
parent 3c6eff581c
commit 3510d0739c
10 changed files with 165 additions and 20 deletions

View File

@ -36,6 +36,8 @@ namespace trrep
wsrep_status commit_order_enter(wsrep_ws_handle_t*) { return WSREP_OK; }
int commit_order_leave(wsrep_ws_handle_t*) { return 0; }
int release(wsrep_ws_handle_t*) { return 0; }
int sst_sent(const wsrep_gtid_t&,int);
int sst_received(const wsrep_gtid_t& gtid, int);
private:
wsrep_provider_v26(const wsrep_provider_v26&);
wsrep_provider_v26& operator=(const wsrep_provider_v26);