diff options
Diffstat (limited to 'libglusterfs/src/defaults.h')
-rw-r--r-- | libglusterfs/src/defaults.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/defaults.h b/libglusterfs/src/defaults.h index 33d974520..7b3b2cf58 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -52,6 +52,10 @@ int32_t default_checksum (call_frame_t *frame, loc_t *loc, int32_t flag); +int32_t default_rchecksum (call_frame_t *frame, + xlator_t *this, + fd_t *fd, off_t offset, + int32_t len); /* FileSystem operations */ int32_t default_lookup (call_frame_t *frame, |