diff options
Diffstat (limited to 'libglusterfs/src/syncop.h')
| -rw-r--r-- | libglusterfs/src/syncop.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h index c64b483e85c..8f84cb7c4a4 100644 --- a/libglusterfs/src/syncop.h +++ b/libglusterfs/src/syncop.h @@ -563,4 +563,10 @@ syncop_setactivelk (xlator_t *subvol, loc_t *loc,                       lock_migration_info_t *locklist,  dict_t *xdata_in,                       dict_t **xdata_out); +int +syncop_put (xlator_t *subvol, loc_t *loc, mode_t mode, mode_t umask, +            uint32_t flags, struct iovec *vector, int32_t count, +            off_t offset, struct iobref *iobref, dict_t *xattr, +            struct iatt *iatt, dict_t *xdata_in, dict_t **xdata_out); +  #endif /* _SYNCOP_H */  | 
