diff options
Diffstat (limited to 'libglusterfs/src/xlator.h')
| -rw-r--r-- | libglusterfs/src/xlator.h | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index 84839418374..c71aa7bb3cc 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -458,10 +458,9 @@ typedef int32_t (*fop_rmdir_t) (call_frame_t *frame,  				xlator_t *this,  				loc_t *loc); -typedef int32_t (*fop_symlink_t) (call_frame_t *frame, -				  xlator_t *this, -				  const char *linkname, -				  loc_t *loc); +typedef int32_t (*fop_symlink_t) (call_frame_t *frame, xlator_t *this, +				  const char *linkname, loc_t *loc, +                                  dict_t *params);  typedef int32_t (*fop_rename_t) (call_frame_t *frame,  				 xlator_t *this,  | 
