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-17 17:23:01 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-08-17 17:23:01 +0300
commit01ee81558a84c362b7dc2900782ed18cea9b7c95 (patch)
treeb0c73b4031c3b8ef2668f65f9f5af660f97de314 /include/db.h
parent2239374110a9253b2cb7a773834669124de0e33a (diff)
....I...S. [ZBXNEXT-6787] reworked logics, refactored
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 6fa39c30b37..cb1a635423f 100644
--- a/include/db.h
+++ b/include/db.h
@@ -345,6 +345,7 @@ typedef struct
char *name;
zbx_vector_uint64_t eventids;
zbx_vector_ptr_t events;
+ zbx_vector_ptr_t service_tags;
}
DB_SERVICE;