1
0
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:
Leandro Pacheco
2019-09-13 18:52:17 -03:00
committed by Teemu Ollakka
parent 64fda07e91
commit f27f549479
2 changed files with 32 additions and 11 deletions

View File

@ -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();