aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2021-10-06 22:53:11 +0000
committerXin Li <delphij@google.com>2021-10-06 22:53:11 +0000
commit7a5210792c659ac565d1853d21eb1b6f00f2094d (patch)
tree3e5075efec3f16265f9fe0bdf93d9bb0cdce7107 /include/fuse_lowlevel.h
parent1d9e325ceea4967f5987f644b96b9c81baf0be11 (diff)
parente78b8b174dc7254d95b3bd1de711537ff7b04b86 (diff)
downloadlibfuse-7a5210792c659ac565d1853d21eb1b6f00f2094d.tar.gz
Bug: 202323961 Merged-In: Icb33ea322703d160e81dd4d786170f113122a6ec Change-Id: I7527340574221ae0d825e8ddc2d0066b509ad889
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index e81c282..e916112 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1349,6 +1349,8 @@ int fuse_reply_attr(fuse_req_t req, const struct stat *attr,
*/
int fuse_reply_readlink(fuse_req_t req, const char *link);
+int fuse_passthrough_enable(fuse_req_t req, unsigned int fd);
+
/**
* Reply with the canonical path for inotify
*