diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-05-27 01:13:39 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-05-30 07:23:18 -0700 |
commit | b8957c72e34d9f3174722059618d148b4a4ff38e (patch) | |
tree | 9322c1f7478fa42f3732f88fbf5867dd430f34c3 /xlators/cluster/afr/src/afr.h | |
parent | 865c74963525bba325c6262a14e37764d1bc0a8a (diff) |
cluster/afr: Send the first child up/down after all its children notify
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2870 (Inconsistent xattr values when creating bricks)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2870
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 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 { |