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:
authorAndris Zeila <andris.zeila@zabbix.com>2022-01-17 10:35:23 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-17 10:35:23 +0300
commitd34ce9424c181cfe715424d7aea2ddccc03d38cb (patch)
tree062df6bb083d8255a0f1bc01d6208c85f302f43c /include/dbcache.h
parent22e47484643f8dd02550f1e5b83ead44e69667a1 (diff)
parent459fec199d985ba7ea8296d74ad4ab2ca44434f8 (diff)
........S. [ZBX-20175] changed functions to return error if item history/trends storage period is set to 0
Merge in ZBX/zabbix from feature/ZBX-20175-5.5 to master * commit '459fec199d985ba7ea8296d74ad4ab2ca44434f8': .D........ [ZBX-20175] added changelog entry ........S. [ZBX-20175] functions with disabled history/trends will return error
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 6550a837cb9..d83d04eb6ce 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -207,6 +207,7 @@ typedef struct
zbx_uint64_t itemid;
char *function;
char *parameter;
+ unsigned char type;
}
DC_FUNCTION;