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-06-14 17:23:18 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-06-14 17:23:18 +0300
commitc2fb945e7fdd61cc0c64ce60b7f8ea370e81bc16 (patch)
tree0840bac5b05821fb588d8038337174114958cd10 /include/zbxservice.h
parent585eb60bee35f1a5c1129cac598751854b3f6abc (diff)
........S. [ZBXNEXT-6674] recover service problems when problem is deleted
Diffstat (limited to 'include/zbxservice.h')
-rw-r--r--include/zbxservice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxservice.h b/include/zbxservice.h
index 3b22c1462aa..7a3754914c4 100644
--- a/include/zbxservice.h
+++ b/include/zbxservice.h
@@ -27,6 +27,7 @@
#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
void zbx_service_flush(zbx_uint32_t code, unsigned char *data, zbx_uint32_t size);