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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-11-25 10:40:14 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-11-25 10:40:14 +0300
commit0e264bc700cbead2de96ea21713f74480099f345 (patch)
treee2c98bc1b131914a29fbea80294b57fceb2759e7 /include/db.h
parenta42ec6cd22040935d7b7a117cf0548740796c8a9 (diff)
........S. [ZBXNEXT-6999] added service description macro
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 4d88eabebdd..3cc94ac50a1 100644
--- a/include/db.h
+++ b/include/db.h
@@ -342,6 +342,7 @@ typedef struct
{
zbx_uint64_t serviceid;
char *name;
+ char *description;
zbx_vector_uint64_t eventids;
zbx_vector_ptr_t events;
zbx_vector_tags_t service_tags;