]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: polling: prepare to call the iocb() function when defined.
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 6 Jul 2012 09:44:28 +0000 (11:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:27 +0000 (21:51 +0200)
commit9845e75d230188ec4628939aaf0ed5ae12ebdfc5
treed4e0d77190683c143a42023ef28793d92a987540
parent4e6049e55360e642fceba7829b59f3a262b2df9a
MEDIUM: polling: prepare to call the iocb() function when defined.

We will need this to centralize I/O callbacks. Nobody sets it right
now so the code should have no impact.
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/ev_sepoll.c