MINOR: checks: Use a name for the healthcheck status enum
The enum defining all healthcheck status (HCHK_STATUS_*) is now named.
diff --git a/include/types/checks.h b/include/types/checks.h
index c23a58e..6c8053a 100644
--- a/include/types/checks.h
+++ b/include/types/checks.h
@@ -44,7 +44,7 @@
#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 */