]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: remove the now unused fdtab direct I/O callbacks
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 6 Jul 2012 14:02:29 +0000 (16:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:29 +0000 (21:51 +0200)
commit076be25ab8ab1a016d9a55c7de7c2a210617716c
treec0d14be3895508813fb7b17a2cf1ef087c735a8b
parent2da156fe5e01c4cc1e2f22bfb2a559da99494567
CLEANUP: remove the now unused fdtab direct I/O callbacks

They were all left to NULL since last commit so we can safely remove them
all now and remove the temporary dual polling logic in pollers.
include/types/fd.h
src/checks.c
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/ev_sepoll.c
src/proto_tcp.c
src/proto_uxst.c
src/session.c