diff options
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
| -rw-r--r-- | xlators/cluster/afr/src/afr.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index 0c4bf5f6385..003d666e00d 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -475,6 +475,7 @@ typedef struct _afr_local {                          size_t size;                          off_t offset;                          int last_index; +                        uint32_t flags;                  } readv;                  /* dir read */ @@ -508,6 +509,7 @@ typedef struct _afr_local {                          struct iobref *iobref;                          int32_t count;                          off_t offset; +                        uint32_t flags;                  } writev;                  struct {  | 
