diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-06-09 05:08:58 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-11 07:51:26 -0700 |
commit | 1a6989613914cc86a64c3eb21cfddba15ce372d9 (patch) | |
tree | 187a17f84131c7909c9fda37822fec6b3c3ee0d7 /libglusterfs/src/defaults.h | |
parent | 77d8cfeab52cd19f3b70abd9c3a2c4bbc9219bff (diff) |
Added MOP log to libglusterfs/*
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'libglusterfs/src/defaults.h')
-rw-r--r-- | libglusterfs/src/defaults.h | 5 |
1 files changed, 5 insertions, 0 deletions
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, |