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-04-12 18:38:58 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-04-12 18:39:32 +0300
commit2f059ef26ce280e55f20626829a86cffc5001158 (patch)
tree4a0d2f0167393d6cb176c822632b84a9919c8719 /include/zbxeval.h
parent09c47e00ac3717f5cd7df4e0f436e24e00662fc9 (diff)
........S. [ZBXNEXT-6451] updated LLD support of expression macros
Diffstat (limited to 'include/zbxeval.h')
-rw-r--r--include/zbxeval.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/zbxeval.h b/include/zbxeval.h
index 73bf9b87530..f025fd1787f 100644
--- a/include/zbxeval.h
+++ b/include/zbxeval.h
@@ -118,6 +118,10 @@
ZBX_EVAL_PARSE_LLDMACRO | \
ZBX_EVAL_COMPOSE_LLD)
+#define ZBX_EVAL_EXPRESSION_MACRO_LLD (ZBX_EVAL_PARSE_EXPRESSION_MACRO | \
+ ZBX_EVAL_PARSE_LLDMACRO | \
+ ZBX_EVAL_COMPOSE_LLD)
+
typedef zbx_uint32_t zbx_token_type_t;