diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-04-11 01:52:08 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-12 11:33:47 +0530 |
commit | f33f0669efd89216a528bab3694ac4645a7f523b (patch) | |
tree | 071210cb6f567a9353af70fbcbef5ce9f2fbf56c /xlators/cluster/afr/src/afr.h | |
parent | e0e6acd6fbdcbd294c89e61cbe108fc1b96a62a8 (diff) |
update cluster/afr with new readv writev prototypes
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r-- | xlators/cluster/afr/src/afr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index 10e50c967ca..c15ed85f9c6 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -263,7 +263,7 @@ typedef struct _afr_local { int32_t op_ret; struct iovec *vector; - dict_t *refs; + struct iobref *iobref; int32_t count; off_t offset; } writev; |