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 0f79b4c3abe..7ddb10061bd 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -435,6 +435,10 @@ int32_t default_fxattrop_resume (call_frame_t *frame, fd_t *fd, gf_xattrop_flags_t flags, dict_t *dict); +int32_t default_rchecksum_resume (call_frame_t *frame, + xlator_t *this, + fd_t *fd, off_t offset, + int32_t len); int32_t default_notify (xlator_t *this, int32_t event, |