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>2021-03-12 13:02:40 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-12 13:02:40 +0300
commit65a6c53b003bef831288145a59dd75c07dbf0dbd (patch)
tree97e2375ec574c25d2070dac74b3a22f15a56254e /include/zbxserver.h
parent5ef309d8a24243f6f03fc64f63d61aa5ef6e4661 (diff)
parent671768fb49c5198a6cf174c41f0243d4574610fc (diff)
.......... [ZBXNEXT-6451] merged branch 'master' of ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6451-5.3
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 62d42f01346..01106df4d78 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -51,6 +51,7 @@
#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_TYPE_SCRIPT_PARAMS_FIELD 0x08000000
#define MACRO_EXPAND_NO 0
#define MACRO_EXPAND_YES 1