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-07 16:12:51 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-07-07 16:12:51 +0300
commit3996caad6548e96357463049f95898456ed08ad7 (patch)
treead5377b27558bc2454e7d1028405ae15c394b7b7 /include/zbxserver.h
parentf29f1140c544727fa6c8a45a457da7af8478f27d (diff)
........S. [ZBXNEXT-6755] added support of escalation update operations
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index f41f19121f5..12190cf57ff 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -44,7 +44,7 @@
#define MACRO_TYPE_ALERT 0x00010000
#define MACRO_TYPE_TRIGGER_TAG 0x00020000
#define MACRO_TYPE_JMX_ENDPOINT 0x00040000
-#define MACRO_TYPE_MESSAGE_ACK 0x00080000
+#define MACRO_TYPE_MESSAGE_UPDATE 0x00080000
#define MACRO_TYPE_HTTP_RAW 0x00100000
#define MACRO_TYPE_HTTP_JSON 0x00200000
#define MACRO_TYPE_HTTP_XML 0x00400000