diff options
Diffstat (limited to 'libglusterfs/src/mem-pool.h')
| -rw-r--r-- | libglusterfs/src/mem-pool.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/mem-pool.h b/libglusterfs/src/mem-pool.h index b9255eae930..2b1cba0ce74 100644 --- a/libglusterfs/src/mem-pool.h +++ b/libglusterfs/src/mem-pool.h @@ -147,7 +147,10 @@ struct mem_pool {          void             *pool_end;          int               real_sizeof_type;          uint64_t          alloc_count; +        uint64_t          pool_misses;          int               max_alloc; +        int               curr_stdalloc; +        int               max_stdalloc;          char             *name;          struct list_head  global_list;  };  | 
