diff options
Diffstat (limited to 'libglusterfs/src/defaults.h')
-rw-r--r-- | libglusterfs/src/defaults.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/defaults.h b/libglusterfs/src/defaults.h index 98e15c5bf..a61bdff75 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -165,7 +165,8 @@ int32_t default_writev (call_frame_t *frame, fd_t *fd, struct iovec *vector, int32_t count, - off_t offset); + off_t offset, + struct iobref *iobref); int32_t default_flush (call_frame_t *frame, xlator_t *this, |