MINOR: tcp-check: make tcpcheck_main() take a check, not a connection
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 14:22:49 +0000 (16:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 14:29:19 +0000 (16:29 +0200)
commitbe74b88be89bf849802e922a3bc04c91ef3f8963
tree1826bbb62143c200b288719b66447372a6fa2eaf
parent668730fd009d9148d5ba260260b61d0f0b827e12
MINOR: tcp-check: make tcpcheck_main() take a check, not a connection

We want this one to allocate its own connection so it must not take a
connection but a check.
src/checks.c