From b8957c72e34d9f3174722059618d148b4a4ff38e Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 27 May 2011 01:13:39 +0000 Subject: cluster/afr: Send the first child up/down after all its children notify Signed-off-by: Pranith Kumar K Signed-off-by: Anand Avati BUG: 2870 (Inconsistent xattr values when creating bricks) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2870 --- 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 679fc5e4e93..aaf3dbcc89d 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -93,6 +93,7 @@ typedef struct _afr_private { gf_boolean_t optimistic_change_log; char vol_uuid[UUID_SIZE + 1]; + int32_t *last_event; } afr_private_t; typedef struct { -- cgit