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-13 12:32:45 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-04-13 12:34:27 +0300
commitbad806453c6f722c07b738e5baedb75d416e7df0 (patch)
treea2decd83dec52e89dc19c81884bc3cb30463eb9f /include/dbcache.h
parent940f4fdbd5b28efb0d3c96c1b500222044075097 (diff)
parent0ba133694812ce2e585405fbd30748503f0bde2a (diff)
.......... [ZBXNEXT-6452] merged branch 'feature/ZBXNEXT-6457-5.3' into feature/ZBXNEXT-6452-5.3
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 196a26d7546..767fa661ced 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -979,6 +979,9 @@ const char *zbx_dc_get_instanceid(void);
char *zbx_dc_expand_user_macros(const char *text, zbx_uint64_t hostid);
char *zbx_dc_expand_user_macros_in_func_params(const char *params, zbx_uint64_t hostid);
+int zbx_dc_expand_user_macros_len(const char *text, size_t text_len, zbx_uint64_t *hostids, int hostids_num,
+ char **value, char **error);
+
/* diagnostic data */
void zbx_hc_get_diag_stats(zbx_uint64_t *items_num, zbx_uint64_t *values_num);