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-24 11:17:59 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-24 11:17:59 +0300
commit09ac62716887c93cadbe139aa1eec76cc7b302e5 (patch)
treef5e168093e5940d3bd7453cdb254b75af1bda9e3 /include/zbxeval.h
parentafc4759e4cd998f81e9fb4cf204fec47cc002d7e (diff)
........S. [ZBXNEXT-6452] added user macro resolving in item query filter expression
Diffstat (limited to 'include/zbxeval.h')
-rw-r--r--include/zbxeval.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/zbxeval.h b/include/zbxeval.h
index 1c592d3b87f..bf54adbfd1c 100644
--- a/include/zbxeval.h
+++ b/include/zbxeval.h
@@ -117,8 +117,9 @@
/* expression composition rules */
-#define ZBX_EVAL_COMPOSE_LLD __UINT64_C(0x00010000)
-#define ZBX_EVAL_COMPOSE_FUNCTIONID __UINT64_C(0x00020000)
+#define ZBX_EVAL_COMPOSE_LLD __UINT64_C(0x01000000)
+#define ZBX_EVAL_COMPOSE_FUNCTIONID __UINT64_C(0x02000000)
+#define ZBX_EVAL_COMPOSE_QUOTE __UINT64_C(0x04000000)
/* expression evaluation rules */