mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 11:29:07 +02:00
Add state to struct check. This is currently used to store one bit, CHK_RUNNING, which is set if a check is running and clear otherwise. This bit was previously SRV_CHK_RUNNING of the state element of struct server. This is in preparation for associating a agent check with a server which runs as well as the server's existing check. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>