diff options
Diffstat (limited to 'xlators/performance/stat-prefetch/src/stat-prefetch.h')
-rw-r--r-- | xlators/performance/stat-prefetch/src/stat-prefetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/stat-prefetch/src/stat-prefetch.h b/xlators/performance/stat-prefetch/src/stat-prefetch.h index 16edf76aa71..f072b19dc01 100644 --- a/xlators/performance/stat-prefetch/src/stat-prefetch.h +++ b/xlators/performance/stat-prefetch/src/stat-prefetch.h @@ -82,6 +82,7 @@ typedef struct sp_inode_ctx sp_inode_ctx_t; struct sp_private { struct mem_pool *mem_pool; + uint32_t entries; gf_lock_t lock; }; typedef struct sp_private sp_private_t; |