mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
poll_enter_toi timeout handlign
This commit is contained in:
@ -929,7 +929,8 @@ namespace wsrep
|
||||
const wsrep::const_buffer& buffer,
|
||||
wsrep::ws_meta& meta,
|
||||
int flags,
|
||||
std::chrono::time_point<wsrep::clock> wait_until);
|
||||
std::chrono::time_point<wsrep::clock> wait_until,
|
||||
bool& timed_out);
|
||||
void enter_toi_common(wsrep::unique_lock<wsrep::mutex>&);
|
||||
void leave_toi_common();
|
||||
|
||||
|
Reference in New Issue
Block a user