summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache/src/io-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/io-cache/src/io-cache.h')
-rw-r--r--xlators/performance/io-cache/src/io-cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.h b/xlators/performance/io-cache/src/io-cache.h
index da71b2f2371..9198225791b 100644
--- a/xlators/performance/io-cache/src/io-cache.h
+++ b/xlators/performance/io-cache/src/io-cache.h
@@ -162,6 +162,8 @@ struct ioc_table {
uint64_t cache_used;
uint64_t min_file_size;
uint64_t max_file_size;
+ uint64_t read_size;
+ uint64_t min_cached_read_size;
struct list_head inodes; /* list of inodes cached */
struct list_head active;
struct list_head *inode_lru;