From 5e43f2c00c1ce3a9ee3ed9c2b5a9b32dabbb6e60 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 12 Dec 2003 14:06:41 +0000 Subject: added fsync operation --- example/hello.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example/hello.c') diff --git a/example/hello.c b/example/hello.c index cd8fb5d..6b461d0 100644 --- a/example/hello.c +++ b/example/hello.c @@ -86,7 +86,8 @@ static struct fuse_operations hello_oper = { read: hello_read, write: NULL, statfs: NULL, - release: NULL + release: NULL, + fsync: NULL }; int main(int argc, char *argv[]) -- cgit v1.2.3