mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
poll_enter_toi timeout handlign
This commit is contained in:
committed by
Teemu Ollakka
parent
64fda07e91
commit
f27f549479
@ -1025,7 +1025,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