MINOR: poller: move the call of tv_update_date() back to the pollers
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 17:57:37 +0000 (18:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 17:57:37 +0000 (18:57 +0100)
commit48f8bc13685230b45dbcded7659bd8dbc6018791
treea3bbf4561c0e552cf21a057a6c99d61f4d9742ab
parent744a08903ecc420baa179c840aab3d8fc8547146
MINOR: poller: move the call of tv_update_date() back to the pollers

The reason behind this will be to be able to compute a timeout when
busy polling.
include/common/time.h
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c