mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02: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 */
|
#define CHK_ST_PORT_MISS 0x0020 /* check can't be send because no port is configured to run it */
|
||||||
|
|
||||||
/* check status */
|
/* check status */
|
||||||
enum {
|
enum healthcheck_status {
|
||||||
HCHK_STATUS_UNKNOWN = 0, /* Unknown */
|
HCHK_STATUS_UNKNOWN = 0, /* Unknown */
|
||||||
HCHK_STATUS_INI, /* Initializing */
|
HCHK_STATUS_INI, /* Initializing */
|
||||||
HCHK_STATUS_START, /* Check started - SPECIAL STATUS */
|
HCHK_STATUS_START, /* Check started - SPECIAL STATUS */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user