]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] started the changes towards I/O completion callbacks
authorWilly Tarreau <willy@wtap.(none)>
Sat, 29 Jul 2006 14:59:06 +0000 (16:59 +0200)
committerWilly Tarreau <willy@wtap.(none)>
Sat, 29 Jul 2006 14:59:06 +0000 (16:59 +0200)
commit5446940e37c5cbf905421b69bdab71a06a38d449
tree730875b3d182a710486f7f8f328a27f0703ce6af
parent1da7a770319d8223590fc114b45e04be405240d2
[MEDIUM] started the changes towards I/O completion callbacks

Now the event_* functions find their buffer in the fdtab itself.
include/proto/buffers.h
include/types/buffers.h
include/types/fd.h
src/backend.c
src/checks.c
src/client.c
src/fd.c
src/polling.c [deleted file]
src/proxy.c
src/stream_sock.c