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:
authorVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2021-01-20 13:23:41 +0300
committerVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2021-01-20 13:23:41 +0300
commitdcfc3b8064c1ed7894c02816d3542a8fa5212484 (patch)
tree2c5c770cf065411cbdf3b3cf500eb2cc384ebef9 /include/zbxserver.h
parenteb672f5f6c5d9941ae00726d58d322a0d0162015 (diff)
..F.....S. [ZBXNEXT-6399] added support of host and item macros for Script item parameters
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 7eebcb271fb..33e350977e9 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -50,6 +50,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