mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-17 18:41:31 +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>