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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-02-10 10:05:50 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-02-10 10:05:50 +0300
commit750b66ddc95b2618fed0eca08362848c36646865 (patch)
tree3529886d2857a4b20a4d19e03e9dae254d3f07d3 /include/dbcache.h
parent1f9c01d18159c199cb912f5281ea277988fe4818 (diff)
........S. [ZBXNEXT-6292] added tag conditions for internal actions
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 70daf1cd463..39a0c4e4205 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -965,6 +965,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);