aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2014-07-15 18:02:19 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2014-07-15 18:02:19 +0200
commitb49cf754f9d2db3a426aeb6111fa94d90270fb93 (patch)
tree18aca31da248e19e1072e6c40d21cb198d05c5ac /include/fuse_lowlevel.h
parent978d10a42b2cfccf6bfc4df1cfad480ac3bbcb3d (diff)
downloadlibfuse-b49cf754f9d2db3a426aeb6111fa94d90270fb93.tar.gz
libfuse: add flags to ->rename()
See renameat2() system call in linux-3.15 and later kernels.
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 8eef9b9..b31868f 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -393,7 +393,8 @@ struct fuse_lowlevel_ops {
* @param newname new name
*/
void (*rename) (fuse_req_t req, fuse_ino_t parent, const char *name,
- fuse_ino_t newparent, const char *newname);
+ fuse_ino_t newparent, const char *newname,
+ unsigned int flags);
/**
* Create a hard link