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:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-08-25 17:31:51 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-08-25 17:31:51 +0300
commit37dd9ed1f23f37ac6f9a609fb1e3363edd57694c (patch)
tree9468cc63922daa53e6a9e9d2f04964826e2440a0 /include/dbcache.h
parentfa1c98e8bd726478d0f2edffb489d021f4f90a55 (diff)
....I...S. [ZBXNEXT-6787] added various fixes
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 7907df73d91..0e24659bd2a 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -208,15 +208,6 @@ DC_FUNCTION;
typedef struct
{
- char *tag;
- char *value;
-}
-zbx_tag_t;
-
-ZBX_PTR_VECTOR_DECL(tags, zbx_tag_t*)
-
-typedef struct
-{
zbx_uint64_t hostid;
zbx_uint64_t itemid;
zbx_tag_t tag;
@@ -877,7 +868,6 @@ typedef struct
}
zbx_hc_item_t;
-void zbx_free_tag(zbx_tag_t *tag);
void zbx_free_item_tag(zbx_item_tag_t *item_tag);
int zbx_dc_get_active_proxy_by_name(const char *name, DC_PROXY *proxy, char **error);