Tighten up health check timer expired condition in pool_check_fd()
authorMuhammad Usama <m.usama@gmail.com>
Mon, 22 Aug 2016 13:48:48 +0000 (18:48 +0500)
committerMuhammad Usama <m.usama@gmail.com>
Mon, 22 Aug 2016 13:48:48 +0000 (18:48 +0500)
commit2088a17980747c22d15276f7132e8f0a455fe14e
treea93c525aca44dc9a54a2a3f5f3c0d3e1feb918bc
parent8452ebd00e8f359b978c34cc21e5d962325ee8ad
Tighten up health check timer expired condition in pool_check_fd()

check if the signal was actually the health check timer expire to make sure that
we do not declare the timer expire due to some other signal arrived while
waiting for data for health check in pool_check_fd()
src/protocol/pool_process_query.c