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-02-24 11:47:01 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-02-24 11:47:01 +0300
commitbe3d617190fe62d37a59f8701e4f6a559057f843 (patch)
tree6bff92a4637c029cd47592ac79496a1af1869703 /include/dbcache.h
parent4e61681e0b1c34eb1324ec10335fbca93c35d53b (diff)
.......... [ZBX-18854] revert commit
This reverts commit c75f8bd5eef4ab36b2db377d74786a67668c0d7c, reversing changes made to 8766ba770ec448fdff5d1a7c5f8b2fe46e1269a6.
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 28843140b7c..70daf1cd463 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -348,6 +348,7 @@ typedef struct
{
char *extension;
unsigned char history_compression_status;
+ unsigned char history_compression_availability;
int history_compress_older;
}
zbx_config_db_t;