diff options
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 4cbb1b19cb6..4e937fb1722 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -69,6 +69,7 @@ typedef struct _afr_private { typedef struct { /* array of stat's, one for each child */ struct stat *buf; + struct stat parentbuf; /* array of xattr's, one for each child */ dict_t **xattr; |