diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-07-29 14:44:40 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-07-31 01:41:45 -0700 |
commit | 177f32e5b0d73336b2d5bde08bafff186b65e211 (patch) | |
tree | 21e6137739ba04e5b6cfb259a782f37ac2a1e171 /xlators/cluster/afr/src/afr.h | |
parent | acf8cfdf698aa3ebe42ed55bba8be4f85b751c29 (diff) |
cluster/afr: Print self-heal log when self-heal succeeds
Change-Id: I95e47e589419dc6a032cbd8ba01964b6c176c2d5
BUG: 927146
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/5408
Tested-by: Gluster Build System <jenkins@build.gluster.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.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 bca5c0f79e7..c6e6913df29 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -292,6 +292,7 @@ struct afr_self_heal_ { uint8_t *checksum; afr_post_remove_call_t post_remove_call; + char *data_sh_info; loc_t parent_loc; call_frame_t *orig_frame; call_frame_t *old_loop_frame; |