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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-07-12 18:00:31 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-07-12 18:00:31 +0300
commite57007fb712f299a218765a0d7ff12a116dc2b94 (patch)
treecbe71ed22ac3fffb67ae25b04d9bee466a85ba43 /include/zbxservice.h
parentaedd87d5dd7f14d2d5a2a2c64a86556baf2adfb9 (diff)
........S. [ZBXNEXT-6755] process root cause request
Diffstat (limited to 'include/zbxservice.h')
-rw-r--r--include/zbxservice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zbxservice.h b/include/zbxservice.h
index 7a3754914c4..5321f054582 100644
--- a/include/zbxservice.h
+++ b/include/zbxservice.h
@@ -23,12 +23,15 @@
#include "zbxtypes.h"
#include "zbxalgo.h"
#include "db.h"
+#include "zbxipcservice.h"
#define ZBX_IPC_SERVICE_SERVICE "service"
#define ZBX_IPC_SERVICE_SERVICE_PROBLEMS 1
#define ZBX_IPC_SERVICE_SERVICE_PROBLEMS_TAGS 2
#define ZBX_IPC_SERVICE_SERVICE_PROBLEMS_DELETE 3
+#define ZBX_IPC_SERVICE_SERVICE_ROOTCAUSE 4
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);
#endif /* ZABBIX_AVAILABILITY_H */