diff options
Diffstat (limited to 'libglusterfs/src/xlator.h')
| -rw-r--r-- | libglusterfs/src/xlator.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index 217ad97bb..db5e65289 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -454,9 +454,8 @@ typedef int32_t (*fop_unlink_t) (call_frame_t *frame,  				 xlator_t *this,  				 loc_t *loc); -typedef int32_t (*fop_rmdir_t) (call_frame_t *frame, -				xlator_t *this, -				loc_t *loc); +typedef int32_t (*fop_rmdir_t) (call_frame_t *frame, xlator_t *this, +				loc_t *loc, int flags);  typedef int32_t (*fop_symlink_t) (call_frame_t *frame, xlator_t *this,  				  const char *linkname, loc_t *loc,  | 
