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>2020-09-21 20:03:51 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-09-21 20:03:51 +0300
commitc0ab6d703ca713583190cfa0aea77461940bb693 (patch)
treebcf3a6175ae75c599aeda2f11fd23d77f07323d3 /include/zbxserver.h
parent8f97366ec6b2c67c4a1dc391fb140851b9a89c9b (diff)
........S. [ZBXNEXT-6140] add new macro type for expression macros, fix output format when simple macros are used in expression macro
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index b144f357c33..2c94a345bde 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -49,6 +49,7 @@
#define MACRO_TYPE_ALLOWED_HOSTS 0x00800000
#define MACRO_TYPE_ITEM_TAG 0x01000000
#define MACRO_TYPE_EVENT_NAME 0x02000000 /* event name in trigger configuration */
+#define MACRO_TYPE_EXPRESSION 0x04000000 /* macros in expression macro */
#define MACRO_EXPAND_NO 0
#define MACRO_EXPAND_YES 1