summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@gluster.com>2009-09-24 00:57:36 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-09-24 01:19:31 -0700
commit788d174c36c29e3fcc638f2064c43f60f5521dd1 (patch)
tree4f284340c9ccb804f14ea55427ab05f4f072bfde
parentb003921b33de2d72ee39eaa4b6c0a161261c9db3 (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
-rw-r--r--libglusterfs/src/iobuf.h1
-rw-r--r--libglusterfs/src/logging.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h
index d17c1db48..e6f2bccf1 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);
diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h
index d2347c02b..5e8b613fa 100644
--- a/libglusterfs/src/logging.h
+++ b/libglusterfs/src/logging.h
@@ -101,6 +101,7 @@ void
gf_log_logrotate (int signum);
int gf_log_init (const char *filename);
+void gf_log_cleanup (void);
int
_gf_log (const char *domain, const char *file, const char *function,
n> * fix multiple transport portmap issues in client handshakeAmar Tumballi2011-06-081-0/+1 * upon daemonizing, wait on mtab update to terminate in parentCsaba Henk2011-05-191-0/+1 * features/marker: Fix memory corruption.Junaid2011-03-311-0/+2 * fuse: set 'graph->used' after graph changeAmar Tumballi2011-03-181-0/+2 * libglusterfs: added graph id in loggingAmar Tumballi2011-03-181-1/+4 * glusterfsd: log enhancementAmar Tumballi2011-03-171-0/+7 * libglusterfs: all header files updatedAmar Tumballi2011-03-171-2/+1 * storage/posix: Added GF_XATTROP_ADD_LONG_ARRAY flag to perform 64bit xattrop ...Mohammed Junaid Ahmed2011-03-161-0/+1 * glusterfsd: translator info event handling implementationPranith K2011-03-101-0/