]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: checks: make use of fdtab->iocb instead of cb[]
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 6 Jul 2012 10:00:49 +0000 (12:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:51:27 +0000 (21:51 +0200)
commit20bea42a95fd95766904fa55e5dc443a7b5543dc
treec103f1a5f5b94a4f80985f9155abf1af3310a5cf
parent9845e75d230188ec4628939aaf0ed5ae12ebdfc5
MEDIUM: checks: make use of fdtab->iocb instead of cb[]

Use the single I/O callback to handle the checks. This should soon be
replaced by the common connection handler.
src/checks.c