From b7af77dc1dfb5eb91eb408a0aeaf30783b5974ab Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 14 Oct 2008 14:37:48 +0000 Subject: Pass current file flags to read and write operations --- include/fuse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 409851a..8d47bc5 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -80,6 +80,9 @@ typedef int (*fuse_dirfil_t) (fuse_dirh_t h, const char *name, int type, * * Changed in fuse 2.8.0 (regardless of API version) * Previously, paths were limited to a length of PATH_MAX. + * + * See http://fuse.sourceforge.net/wiki/ for more information. There + * is also a snapshot of the relevant wiki pages in the doc/ folder. */ struct fuse_operations { /** Get file attributes. -- cgit v1.2.3