]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: add a handler for fd-based connections
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 6 Jul 2012 12:13:49 +0000 (14:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:28 +0000 (21:51 +0200)
commit59f98393bb77ae31fa34d563c55c3528a4313a83
treec153b39c3988da0245d478be066213c626f9a416
parentaece46a44d9ed494f4353402729ad03a9544bc1b
MINOR: connection: add a handler for fd-based connections

This connection handler will be used as an I/O handler for events
detected on a file descriptor. It is not used yet.
Makefile
Makefile.bsd
Makefile.osx
include/proto/connection.h [new file with mode: 0644]
src/connection.c [new file with mode: 0644]