diff options
Diffstat (limited to 'libglusterfs/src/syncop.h')
| -rw-r--r-- | libglusterfs/src/syncop.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h index 68218bb17c8..f60a1b5532e 100644 --- a/libglusterfs/src/syncop.h +++ b/libglusterfs/src/syncop.h @@ -409,4 +409,8 @@ int syncop_rename (xlator_t *subvol, loc_t *oldloc, loc_t *newloc);  int syncop_lk (xlator_t *subvol, fd_t *fd, int cmd, struct gf_flock *flock); +int +syncop_inodelk (xlator_t *subvol, const char *volume, loc_t *loc, int32_t cmd, +                struct gf_flock *lock, dict_t *xdata_req, dict_t **xdata_rsp); +  #endif /* _SYNCOP_H */  | 
