summaryrefslogtreecommitdiffstats
path: root/health/health.h
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2021-09-23 17:34:34 +0300
committerGitHub <noreply@github.com>2021-09-23 17:34:34 +0300
commit4ae31993115f3d796e31e931441c4bfd371dcbfa (patch)
treee73846f2f6b05040d3b037cb95c1125d89e6f562 /health/health.h
parent3d94b13bb42e8215f75643657b2c73d286451fb8 (diff)
Add alert message support for ACLK new architecture (#11552)
* add alert messages * also clear date_cloud_ack * move buffer_create * remove include file * use wc->node_id
Diffstat (limited to 'health/health.h')
-rw-r--r--health/health.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/health/health.h b/health/health.h
index 00629e9821..09040b3a84 100644
--- a/health/health.h
+++ b/health/health.h
@@ -27,6 +27,7 @@ extern unsigned int default_health_enabled;
#define HEALTH_ENTRY_FLAG_EXEC_IN_PROGRESS 0x00000040
#define HEALTH_ENTRY_FLAG_SAVED 0x10000000
+#define HEALTH_ENTRY_FLAG_ACLK_QUEUED 0x20000000
#define HEALTH_ENTRY_FLAG_NO_CLEAR_NOTIFICATION 0x80000000
#ifndef HEALTH_LISTEN_PORT