diff options
Diffstat (limited to 'xlators/cluster/unify/src/unify.h')
-rw-r--r-- | xlators/cluster/unify/src/unify.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xlators/cluster/unify/src/unify.h b/xlators/cluster/unify/src/unify.h index a745a9414fc..86f0fbb4bac 100644 --- a/xlators/cluster/unify/src/unify.h +++ b/xlators/cluster/unify/src/unify.h @@ -124,6 +124,17 @@ struct _unify_local_t { struct unify_self_heal_struct *sh_struct; loc_t loc1, loc2; + + struct stat poststbuf; + /* When not used for rename, old* + * are used as the attrs for the current + * parent directory. + */ + struct stat oldpreparent; + struct stat oldpostparent; + struct stat newpreparent; + struct stat newpostparent; + int32_t wbflags; }; typedef struct _unify_local_t unify_local_t; |