diff options
| author | Shehjar Tikoo <shehjart@gluster.com> | 2009-09-24 00:57:36 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-09-24 01:19:31 -0700 | 
| commit | 788d174c36c29e3fcc638f2064c43f60f5521dd1 (patch) | |
| tree | 4f284340c9ccb804f14ea55427ab05f4f072bfde /libglusterfs/src/iobuf.h | |
| parent | b003921b33de2d72ee39eaa4b6c0a161261c9db3 (diff) | |
iobuf, logging: Expose existing functions as required
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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
Diffstat (limited to 'libglusterfs/src/iobuf.h')
| -rw-r--r-- | libglusterfs/src/iobuf.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h index d17c1db486d..e6f2bccf1b9 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);  | 
