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-11 13:00:04 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-06-11 13:02:25 +0300
commitb3d744e6341202315ee8ded6d091e32dd4c9804d (patch)
tree5e33bd599591c86c10a7271b1e518c3378ed4a87 /include/zbxservice.h
parentb7300192acfc488525480b42c092e967a1d5c98d (diff)
........S. [ZBXNEXT-6674] added ability to update existing problem tags
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 59dfc594a94..3b22c1462aa 100644
--- a/include/zbxservice.h
+++ b/include/zbxservice.h
@@ -26,6 +26,7 @@
#define ZBX_IPC_SERVICE_SERVICE "service"
#define ZBX_IPC_SERVICE_SERVICE_PROBLEMS 1
+#define ZBX_IPC_SERVICE_SERVICE_PROBLEMS_TAGS 2
void zbx_service_flush(zbx_uint32_t code, unsigned char *data, zbx_uint32_t size);