summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.h
diff options
context:
space:
mode:
authorPranith Kumar K <pranithk@gluster.com>2012-04-05 11:31:47 +0530
committerVijay Bellur <vijay@gluster.com>2012-05-22 04:27:42 -0700
commitbdec439fe59c5e3fa9701d9cf4b5b92bd7e8a98f (patch)
tree34ebee0059beacadd6d4199685240272866976b0 /xlators/cluster/afr/src/afr.h
parent4da1b231c3333806cec16321efa45cc410359574 (diff)
cluster/afr: Determining sources should do both fxattrop, fstat
BUG: 765587 Change-Id: Ibaf719776667595e8e9ea2c6be5a0a390a27b506 Signed-off-by: Pranith Kumar K <pranithk@gluster.com> Reviewed-on: http://review.gluster.com/3393 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r--xlators/cluster/afr/src/afr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h
index 497d82d69..795db6035 100644
--- a/xlators/cluster/afr/src/afr.h
+++ b/xlators/cluster/afr/src/afr.h
@@ -233,6 +233,7 @@ typedef struct {
int op_failed;
+ gf_boolean_t sync_done;
gf_boolean_t data_lock_held;
gf_boolean_t eof_reached;
fd_t *healing_fd;