summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.h
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2013-12-09 16:46:06 +0530
committerVijay Bellur <vbellur@redhat.com>2013-12-16 21:37:30 -0800
commit9031a90613c1cadcab32c418e0e2cc5b14afbba1 (patch)
tree49bad662c0e18b09ca42a35575e0d27e392202e6 /xlators/cluster/afr/src/afr.h
parent588185463d1bbf1b011e3b0471771b3d4f4aa145 (diff)
cluster/afr: Add foreground self-heal launch capability through lookup
Also renamed allow-sh-for-running-transaction -> attempt-self-heal Change-Id: I134cc79e663b532e625ffc342c59e49e71644ab3 BUG: 1039544 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: http://review.gluster.org/6463 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: venkatesh somyajulu <vsomyaju@redhat.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r--xlators/cluster/afr/src/afr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h
index dcf0f8d0c..dc0bc06fb 100644
--- a/xlators/cluster/afr/src/afr.h
+++ b/xlators/cluster/afr/src/afr.h
@@ -509,7 +509,8 @@ typedef struct _afr_local {
*/
gf_boolean_t append_write;
- int allow_sh_for_running_transaction;
+ int attempt_self_heal;
+ int foreground_self_heal;
/* This struct contains the arguments for the "continuation"