diff options
Diffstat (limited to 'libglusterfs/src/syncop.h')
| -rw-r--r-- | libglusterfs/src/syncop.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h index 1a52af7833a..e3a07649340 100644 --- a/libglusterfs/src/syncop.h +++ b/libglusterfs/src/syncop.h @@ -134,7 +134,6 @@ struct syncargs {          struct iatt         iatt1;          struct iatt         iatt2;          dict_t             *xattr; -        gf_dirent_t        entries;          struct statvfs     statvfs_buf;          struct iovec       *vector;          int                 count; @@ -156,6 +155,7 @@ struct syncargs {          pthread_mutex_t     mutex;          pthread_cond_t      cond;  	int                 done; +        gf_dirent_t        entries;  };  struct syncopctx {  | 
