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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-13 09:32:32 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-13 09:32:32 +0300
commit6687c32c2d869e4a9c2e9afae66f4e11bbb0fab8 (patch)
tree40575a7502162004cde67c9d2fb85f459ea2dfdb /include/db.h
parent7585666157d87b191f585b9e506d77549a150198 (diff)
........S. [ZBXNEXT-6802] added audit for tags for host prototypes, refactored audit for linking templates
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 853ae77d36b..b05a07471db 100644
--- a/include/db.h
+++ b/include/db.h
@@ -886,7 +886,9 @@ int zbx_db_check_instanceid(void);
typedef struct
{
zbx_uint64_t tagid;
+ char *tag_orig;
char *tag;
+ char *value_orig;
char *value;
#define ZBX_FLAG_DB_TAG_UPDATE_TAG __UINT64_C(0x00000001)
#define ZBX_FLAG_DB_TAG_UPDATE_VALUE __UINT64_C(0x00000002)