diff options
Diffstat (limited to 'libglusterfs/src/glusterfs/mem-pool.h')
| -rw-r--r-- | libglusterfs/src/glusterfs/mem-pool.h | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/libglusterfs/src/glusterfs/mem-pool.h b/libglusterfs/src/glusterfs/mem-pool.h index 0250b590fd9..c5a486b4cc8 100644 --- a/libglusterfs/src/glusterfs/mem-pool.h +++ b/libglusterfs/src/glusterfs/mem-pool.h @@ -279,9 +279,7 @@ struct mem_pool_shared {  };  void -mem_pools_init_early(void); /* basic initialization of memory pools */ -void -mem_pools_init_late(void); /* start the pool_sweeper thread */ +mem_pools_init(void); /* start the pool_sweeper thread */  void  mem_pools_fini(void); /* cleanup memory pools */ @@ -306,6 +304,9 @@ void  mem_pool_destroy(struct mem_pool *pool);  void +mem_pool_thread_destructor(void); + +void  gf_mem_acct_enable_set(void *ctx);  #endif /* _MEM_POOL_H */  | 
