From 4554d82bbe2ecec6c79b6a791522358c8855408d Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Sat, 11 Apr 2009 01:12:10 +0530 Subject: 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 --- libglusterfs/src/defaults.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libglusterfs/src/defaults.h') 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, -- cgit