From eafdf42a69455f49fc8f935270fec7550bbc4e7c Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 22 Sep 2006 19:30:17 +0000 Subject: fix compat bugs in lowlevel interface --- include/fuse_common_compat.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/fuse_common_compat.h') diff --git a/include/fuse_common_compat.h b/include/fuse_common_compat.h index 6b6bf32..60ca944 100644 --- a/include/fuse_common_compat.h +++ b/include/fuse_common_compat.h @@ -9,6 +9,14 @@ /* these definitions provide source compatibility to prior versions. Do not include this file directly! */ +struct fuse_file_info_compat { + int flags; + unsigned long fh; + int writepage; + unsigned int direct_io : 1; + unsigned int keep_cache : 1; +}; + int fuse_mount_compat25(const char *mountpoint, struct fuse_args *args); int fuse_mount_compat22(const char *mountpoint, const char *opts); -- cgit v1.2.3