From 9a5c11d132298239be66d7538c3f8c6b03f8ad95 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 30 Jul 2006 17:33:40 +0000 Subject: fixes --- include/fuse.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index fe52531..ad2ef00 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -22,10 +22,11 @@ #include "fuse_common.h" +#include +#include #include #include #include -#include #ifdef __cplusplus extern "C" { @@ -361,6 +362,9 @@ struct fuse_operations { * Introduced in version 2.5 */ int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *); + + int (*lock) (const char *, struct fuse_file_info *, int cmd, + struct flock *, uint64_t owner); }; /** Extra context that may be needed by some filesystems -- cgit v1.2.3