From 6629bab3bf3c110ce275ad184b5e358272b7593a Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 14 May 2012 16:41:10 +0530 Subject: Self-heald: Enable configuring of heal poll timeout Change-Id: I631e5bf4b3615b553b72e7ac7f490714b3b995f9 BUG: 821395 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.com/3329 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/cluster/afr/src/afr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/cluster/afr/src/afr.h') diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index 497d82d69ce..f00a8498db4 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -96,6 +96,7 @@ typedef struct afr_self_heald_ { eh_t *heal_failed; eh_t *split_brain; char *node_uuid; + int timeout; } afr_self_heald_t; typedef struct _afr_private { -- cgit