]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: polling: Use fd_update_events to update events seen for a fd
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Aug 2017 08:34:36 +0000 (10:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2017 13:45:11 +0000 (15:45 +0200)
commitab62f51959ff79a3b193be6e5b44f74ed6885648
treef2d6708e2916eda346e6552bab4f7e64ad7ce29a
parent21e9267ac3bd8642307b0f9791d3e46998141620
MINOR: polling: Use fd_update_events to update events seen for a fd

Now, the same function is used by all pollers to update events seen for a
fd. This will ease the threads support integration.
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c