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>2021-12-29 11:47:09 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-12-29 11:47:09 +0300
commit43d06a3ac76b1820c259aaa4b9779f44ddbbf6d9 (patch)
tree1e40b25b64a945cb9db16063f1ffbd3471117371 /include/zbxha.h
parentbcc65b20bbc8059edff2225c1a463a8eba1a7bc2 (diff)
........S. [ZBXNEXT-7109] added rtc command handling while waiting for config cache sync
Diffstat (limited to 'include/zbxha.h')
-rw-r--r--include/zbxha.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/zbxha.h b/include/zbxha.h
index e9830f197aa..c59c257f8a1 100644
--- a/include/zbxha.h
+++ b/include/zbxha.h
@@ -32,11 +32,11 @@
#define ZBX_IPC_SERVICE_HA_LOGLEVEL_INCREASE 8
#define ZBX_IPC_SERVICE_HA_LOGLEVEL_DECREASE 9
-#define ZBX_IPC_SERVICE_HA_RTC_FIRST 10000
+#define ZBX_IPC_SERVICE_HA_RTC_FIRST (ZBX_IPC_RTC_MAX + 1)
-#define ZBX_IPC_SERVICE_HA_REGISTER 10000
-#define ZBX_IPC_SERVICE_HA_HEARTBEAT 10001
-#define ZBX_IPC_SERVICE_HA_STATUS_UPDATE 10002
+#define ZBX_IPC_SERVICE_HA_REGISTER ZBX_IPC_SERVICE_HA_RTC_FIRST
+#define ZBX_IPC_SERVICE_HA_HEARTBEAT (ZBX_IPC_SERVICE_HA_RTC_FIRST + 1)
+#define ZBX_IPC_SERVICE_HA_STATUS_UPDATE (ZBX_IPC_SERVICE_HA_RTC_FIRST + 2)
#define ZBX_HA_SERVICE_TIMEOUT 10