]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: polling: create function fd_compute_new_polled_status()
authorWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 09:32:56 +0000 (10:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 23:42:32 +0000 (00:42 +0100)
commit25002d206bcf61a766b0cd75f2d9b34a1c77ede4
tree40337d717c95381a9460e9d01d22e9f697458eef
parente85254559457d11809c9f6ccaf9e5ca38a84e74e
MINOR: polling: create function fd_compute_new_polled_status()

This function is used to compute the new polling state based on
the previous state. All pollers have to do this in their update
loop, so better centralize the logic for it.
include/proto/fd.h
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c