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/common.h
parentbcc65b20bbc8059edff2225c1a463a8eba1a7bc2 (diff)
........S. [ZBXNEXT-7109] added rtc command handling while waiting for config cache sync
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 7fa86e8f5c8..fa6614916b8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -982,6 +982,7 @@ typedef enum
}
zbx_task_t;
+/* runtime control commands */
#define ZBX_RTC_UNKNOWN 0
#define ZBX_RTC_LOG_LEVEL_INCREASE 1
#define ZBX_RTC_LOG_LEVEL_DECREASE 2
@@ -997,6 +998,11 @@ zbx_task_t;
#define ZBX_RTC_HA_SET_FAILOVER_DELAY 16
#define ZBX_RTC_USER_PARAMETERS_RELOAD 17
+/* runtime control notifications, must be less than 10000 */
+#define ZBX_RTC_CONFIG_SYNC_NOTIFY 9999
+
+#define ZBX_IPC_RTC_MAX 9999
+
typedef enum
{
HTTPTEST_AUTH_NONE = 0,