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-15 17:13:03 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-12-15 17:13:03 +0300
commit0ed802a001cc7eae786ec72288a64a7ee3ed4afd (patch)
treeb965a74f3435941ec37e24ab6ea0bad6f1d11d8f /include/common.h
parent494b200d053820d0fc211c9207f9c90194913315 (diff)
.......PS. [ZBXNEXT-7109] changed proxy runtime control options to communicate through socket
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 76593df914c..7fa86e8f5c8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -982,6 +982,7 @@ typedef enum
}
zbx_task_t;
+#define ZBX_RTC_UNKNOWN 0
#define ZBX_RTC_LOG_LEVEL_INCREASE 1
#define ZBX_RTC_LOG_LEVEL_DECREASE 2
#define ZBX_RTC_HOUSEKEEPER_EXECUTE 3
@@ -1014,6 +1015,7 @@ typedef struct
zbx_task_t task;
unsigned int flags;
int data;
+ char *opts;
}
ZBX_TASK_EX;