REORG: tcpcheck: Move check option parsing functions based on tcp-check
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Nov 2020 08:58:02 +0000 (09:58 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Nov 2020 09:30:23 +0000 (10:30 +0100)
commit97b7bdfcf74810aac464e7fb379402f4a75193a6
treefb6a39d65e8c46f47b683545b61a80887b336fae
parentf8c869bac43217008fbf2b2b9ad5b8f38ba4dfb1
REORG: tcpcheck: Move check option parsing functions based on tcp-check

The parsing of the check options based on tcp-check rules (redis, spop,
smtp, http...) are moved aways from check.c. Now, these functions are placed
in tcpcheck.c. These functions are only related to the tcpcheck ruleset
configured on a proxy and not to the health-check attached to a server.
include/haproxy/check.h
include/haproxy/tcpcheck.h
src/check.c
src/tcpcheck.c