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-21 14:39:38 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-04-21 14:48:24 +0300
commit7619f88e4a79211f945cd6ab3ef084dd9a63ecb6 (patch)
treee5d37502d0a90f6f3c153afe01167e92f9aff815 /include/dbcache.h
parent196e79bb38bc75d0cab36f52b42f7eaf7e8f8286 (diff)
parentbcb6ae355d608a4ccac133b65810d642a4fab048 (diff)
.......... [ZBXNEXT-6452] merged branch 'master' of ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6452-5.3
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index d0bbf3ce57d..d5af39b9fe8 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -967,6 +967,7 @@ int zbx_lld_macro_value_by_name(const struct zbx_json_parse *jp_row, const zbx_v
const char *macro, char **value);
int zbx_lld_macro_paths_compare(const void *d1, const void *d2);
+void zbx_dc_get_item_tags(zbx_uint64_t itemid, zbx_vector_ptr_t *item_tags);
void zbx_dc_get_item_tags_by_functionids(const zbx_uint64_t *functionids, size_t functionids_num,
zbx_vector_ptr_t *item_tags);
void zbx_dc_get_item_tags(zbx_uint64_t itemid, zbx_vector_ptr_t *item_tags);