Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2022-01-27 15:30:26 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-27 15:30:26 +0300
commite02194375bdd4990e8e7137c7b4fb67e74e24b7e (patch)
tree8f8ae1ed67ca78bbd336362e0b794bacc87ab091 /include/zbxha.h
parenta7ccc5ae5ec639ff8ef49a6bdac17c288ec9eff9 (diff)
........S. [ZBX-20490] added explicit update parent IPC message to ha manager
Diffstat (limited to 'include/zbxha.h')
-rw-r--r--include/zbxha.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxha.h b/include/zbxha.h
index e5efc485c0a..801fd8b1194 100644
--- a/include/zbxha.h
+++ b/include/zbxha.h
@@ -31,6 +31,7 @@
#define ZBX_IPC_SERVICE_HA_GET_FAILOVER_DELAY 7
#define ZBX_IPC_SERVICE_HA_LOGLEVEL_INCREASE 8
#define ZBX_IPC_SERVICE_HA_LOGLEVEL_DECREASE 9
+#define ZBX_IPC_SERVICE_HA_UPDATE_PARENT 10
#define ZBX_IPC_SERVICE_HA_RTC_FIRST (ZBX_IPC_RTC_MAX + 1)