diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-08-22 11:59:11 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-08-22 02:30:15 -0700 |
commit | b249ff7505392ae5cac1421a6a44310800d26feb (patch) | |
tree | 282061197825dce9b0312a1fce0947c32a95319a /xlators/cluster/afr/src/afr.h | |
parent | b6e3e9c480be4226925b51c5e9ee0c368aa94a6d (diff) |
cluster/afr: Paused fop should not continue with fop
Change-Id: Idce22a6266c354e327d5d717715d2e62533eec58
BUG: 3448
Reviewed-on: http://review.gluster.com/292
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index a392dbefa..06e1a664e 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -386,6 +386,7 @@ typedef struct _afr_local { dict_t *dict; int optimistic_change_log; + gf_boolean_t fop_paused; int (*fop_call_continue) (call_frame_t *frame, xlator_t *this); /* |