From 2533d2b56be0f61b498a62478714036310704a25 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Thu, 7 Jun 2012 10:57:53 +0530 Subject: cluster/afr: Handle self-heal of files with holes Change-Id: I7a560b3633151c9c1e5a787d1c808d8a396ee754 BUG: 765424 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.com/3540 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- 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 1e3592f65..97a4a710c 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -210,6 +210,7 @@ typedef struct { /* private data for the particular self-heal algorithm */ void *private; + unsigned char *write_needed; int (*flush_self_heal_cbk) (call_frame_t *frame, xlator_t *this); -- cgit