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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-04-23 12:03:52 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-04-23 12:06:42 +0300
commitc3a59774f488db4bc97bd0e903ede89206563294 (patch)
tree330a48bf5e63c1734e50d842b16cb2652cddbfae /include/zbxserver.h
parent59b39a34ac63cb80e776da1b5b7805fd3f22cc0c (diff)
........S. [ZBXNEXT-702] expand macros for calculated items
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index 8a3b291b48a..4fa19aa297d 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -55,6 +55,9 @@
#define STR_CONTAINS_MACROS(str) (NULL != strchr(str, '{'))
+char *zbx_dc_expand_user_macros_for_triggers_and_calc_items(const char *text, zbx_uint64_t *hostids,
+ int hostids_num);
+
int get_N_functionid(const char *expression, int N_functionid, zbx_uint64_t *functionid, const char **end);
void get_functionids(zbx_vector_uint64_t *functionids, const char *expression);