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>2020-10-27 09:12:22 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-10-27 09:12:22 +0300
commit4f14b95066db8fb99f70fd5068f934991f9debf0 (patch)
tree42ea1a751df07ee82898f6c8abdc1fba7a8045ff /include/zbxtrends.h
parent5f9573532e71972af971f8577ed1ff10ff155049 (diff)
........S. [ZBXNEXT-6280] renamed trend function cache internal key parameters, added more trend function cache statistics
Diffstat (limited to 'include/zbxtrends.h')
-rw-r--r--include/zbxtrends.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxtrends.h b/include/zbxtrends.h
index c949daaef9a..73ba30d3efd 100644
--- a/include/zbxtrends.h
+++ b/include/zbxtrends.h
@@ -42,6 +42,8 @@ typedef struct
{
zbx_uint64_t hits;
zbx_uint64_t misses;
+ zbx_uint64_t items_num;
+ zbx_uint64_t requests_num;
}
zbx_tfc_stats_t;