diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2012-04-03 11:13:09 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-04-05 05:15:46 -0700 |
commit | 3e27f277951e9369517bdd16170639f587d3fb9d (patch) | |
tree | c8392d593dc77c52647986872614f9538f8d5213 /xlators/cluster/afr/src/afr.h | |
parent | 73e2c0dec5b432c788cd80c4210b887517188f3d (diff) |
self-heald: Add node-uuid option for determining brick position
Change-Id: Ia60981da7473d74682d86286e4d540568c8de25b
BUG: 807556
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Reviewed-on: http://review.gluster.com/3074
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 fccb39b1a86..954e9bb319f 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -105,6 +105,7 @@ typedef struct afr_self_heald_ { eh_t *healed; eh_t *heal_failed; eh_t *split_brain; + char *node_uuid; } afr_self_heald_t; typedef struct _afr_private { |