]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls
authorWilly Tarreau <w@1wt.eu>
Thu, 9 Aug 2012 10:11:58 +0000 (12:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:53:11 +0000 (21:53 +0200)
commit49b046dddf91b1056b818b4a5e80f25cc8a6df65
tree2d65461c09faa89563279dad423670a20d1dbe45
parent4a36b569092a6a93afe0097fbb52cc46b193a55d
MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls

These functions have a more explicity meaning and will offer provisions
for explicit polling.

EV_FD_ISSET() has been left for now as it is still in use in checks.
include/proto/fd.h
include/proto/stream_interface.h
src/checks.c
src/fd.c
src/frontend.c
src/proto_tcp.c
src/protocols.c
src/session.c
src/sock_raw.c
src/stream_interface.c