]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: fd: add a new I/O handler to fdtab
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 6 Jul 2012 08:53:51 +0000 (10:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:27 +0000 (21:51 +0200)
commit4e6049e55360e642fceba7829b59f3a262b2df9a
tree0f6cdb5f867143bab4b5d3e3270a9d5e2e1e63a3
parent505e34a36d40a131c4d5cd8f63eac90dd305c8cb
MINOR: fd: add a new I/O handler to fdtab

This one will eventually replace both cb[] handlers. At the moment it
is not used yet.
include/types/fd.h
src/checks.c
src/proto_tcp.c
src/proto_uxst.c
src/session.c