mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-14 01:30:54 +00:00
MINOR: checks: Use a name for the healthcheck status enum
The enum defining all healthcheck status (HCHK_STATUS_*) is now named.
This commit is contained in:
parent
568415a51f
commit
1032059bd0
@ -44,7 +44,7 @@ enum chk_result {
|
||||
#define CHK_ST_PORT_MISS 0x0020 /* check can't be send because no port is configured to run it */
|
||||
|
||||
/* check status */
|
||||
enum {
|
||||
enum healthcheck_status {
|
||||
HCHK_STATUS_UNKNOWN = 0, /* Unknown */
|
||||
HCHK_STATUS_INI, /* Initializing */
|
||||
HCHK_STATUS_START, /* Check started - SPECIAL STATUS */
|
||||
|
Loading…
Reference in New Issue
Block a user