diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-04-11 01:12:10 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-12 11:33:46 +0530 |
commit | 4554d82bbe2ecec6c79b6a791522358c8855408d (patch) | |
tree | 1262607cfcbeacf9dfb0551c15adc405741448e7 /libglusterfs/src/defaults.h | |
parent | 3524572538e5abe839fa29fe94da8f7591cedce8 (diff) |
update prototype of writev and readv_cbk to use IOBREF in parameter (step towards elmination of frame->root->{req,rsp}_refs
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
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, |