From 7a19cafc5d0fb8786a61fdadba1a6014a0396e5f Mon Sep 17 00:00:00 2001 From: David McNab Date: Sat, 13 Dec 2003 02:05:46 +0000 Subject: Added 'fsync' stub in example/fusexmp.c Added support for 'fsync' and 'statfs' to python interface, and to python fs example --- python/fuse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/fuse.py') diff --git a/python/fuse.py b/python/fuse.py index ae621f3..a0eb4f8 100644 --- a/python/fuse.py +++ b/python/fuse.py @@ -51,7 +51,8 @@ class Fuse: #@+node:attribs _attrs = ['getattr', 'readlink', 'getdir', 'mknod', 'mkdir', 'unlink', 'rmdir', 'symlink', 'rename', 'link', 'chmod', - 'chown', 'truncate', 'utime', 'open', 'read', 'write', 'release'] + 'chown', 'truncate', 'utime', 'open', 'read', 'write', 'release', + 'statfs', 'fsync'] flags = 0 multithreaded = 0 -- cgit v1.2.3