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-13 18:07:59 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-13 18:07:59 +0300
commit4c6b49955db4ac5519b5c2b04ee7202e13287f28 (patch)
tree908cd75f28d83345cc65ca6bc9c3909d62a0eaf5 /include/zbxservice.h
parent9138ba74b5692ee468955b2622485dc8cb3ec4c3 (diff)
.......PS. [ZBXNEXT-7411] replaced signals with IPC messages for most of internal RTC implementation
Diffstat (limited to 'include/zbxservice.h')
-rw-r--r--include/zbxservice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxservice.h b/include/zbxservice.h
index 76d4e365794..b351da655ed 100644
--- a/include/zbxservice.h
+++ b/include/zbxservice.h
@@ -34,8 +34,10 @@ ZBX_PTR_VECTOR_DECL(service, DB_SERVICE *)
#define ZBX_IPC_SERVICE_SERVICE_ROOTCAUSE 4
#define ZBX_IPC_SERVICE_SERVICE_PARENT_LIST 5
#define ZBX_IPC_SERVICE_EVENT_SEVERITIES 6
+#define ZBX_IPC_SERVICE_RELOAD_CACHE 7
void zbx_service_flush(zbx_uint32_t code, unsigned char *data, zbx_uint32_t size);
void zbx_service_send(zbx_uint32_t code, unsigned char *data, zbx_uint32_t size, zbx_ipc_message_t *response);
+void zbx_service_reload_cache(void);
#endif /* ZABBIX_AVAILABILITY_H */