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/db.h
parentfa1c98e8bd726478d0f2edffb489d021f4f90a55 (diff)
....I...S. [ZBXNEXT-6787] added various fixes
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index cb1a635423f..795132ab2c0 100644
--- a/include/db.h
+++ b/include/db.h
@@ -345,7 +345,7 @@ typedef struct
char *name;
zbx_vector_uint64_t eventids;
zbx_vector_ptr_t events;
- zbx_vector_ptr_t service_tags;
+ zbx_vector_tags_t service_tags;
}
DB_SERVICE;