From 1a6989613914cc86a64c3eb21cfddba15ce372d9 Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Tue, 9 Jun 2009 05:08:58 +0000 Subject: Added MOP log to libglusterfs/* Signed-off-by: Anand V. Avati --- libglusterfs/src/defaults.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libglusterfs/src/defaults.h') diff --git a/libglusterfs/src/defaults.h b/libglusterfs/src/defaults.h index a61bdff75..33d974520 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -42,6 +42,11 @@ int32_t default_getspec (call_frame_t *frame, const char *key, int32_t flag); +int32_t +default_log (call_frame_t *frame, + xlator_t *this, + const char *msg); + int32_t default_checksum (call_frame_t *frame, xlator_t *this, loc_t *loc, -- cgit