From 7398c0a694343c15292f076dbb0ae8508004d003 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 24 Sep 2009 00:49:48 +0000 Subject: iobuf, logging: Expose existing functions as required Signed-off-by: Anand V. Avati BUG: 279 (File written with booster results in self-heal after dd exits) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=279 --- libglusterfs/src/iobuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/iobuf.h') diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h index de95da324..ad453eee2 100644 --- a/libglusterfs/src/iobuf.h +++ b/libglusterfs/src/iobuf.h @@ -104,6 +104,7 @@ struct iobuf_pool { struct iobuf_pool *iobuf_pool_new (size_t arena_size, size_t page_size); +void iobuf_pool_destroy (struct iobuf_pool *iobuf_pool); struct iobuf *iobuf_get (struct iobuf_pool *iobuf_pool); void iobuf_unref (struct iobuf *iobuf); -- cgit