summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.h
diff options
context:
space:
mode:
authorVikas Gorur <vikas@gluster.com>2009-10-26 05:07:31 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-10-26 07:09:28 -0700
commitd40ce2cbcd41a25eb053f2970db9bbaab2dafa22 (patch)
treec55981992ef4549c774e4500c1c25d3a6b7f3a9e /xlators/cluster/afr/src/afr.h
parent82dea3043878099e392b71bef9ae5de616ac5533 (diff)
cluster/afr: Check the target of symlink's in entry self-heal.
During entry self-heal, make sure not only that a symlink exists on all subvolumes, but also that their targets match. Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 193 (symlink contents not self-healed by replicate) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=193
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r--xlators/cluster/afr/src/afr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h
index 98584af76..f0b5e2ede 100644
--- a/xlators/cluster/afr/src/afr.h
+++ b/xlators/cluster/afr/src/afr.h
@@ -91,6 +91,9 @@ typedef struct {
int *success;
int *locked_nodes;
+ mode_t impunging_entry_mode;
+ const char *linkname;
+
fd_t *healing_fd;
int op_failed;