summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/logging.h
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 /libglusterfs/src/logging.h
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
Diffstat (limited to 'libglusterfs/src/logging.h')
-rw-r--r--libglusterfs/src/logging.h1
1 files changed, 1 insertions, 0 deletions
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,