aboutsummaryrefslogtreecommitdiffstats
path: root/example/fusexmp.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2002-12-10 12:26:00 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2002-12-10 12:26:00 +0000
commitc8ba2379a8dae3cc7a7fdeb6ee00fb95332212aa (patch)
tree8b1f359e15a795d5caef790e49637b6f457c7dcf /example/fusexmp.c
parent5e427cd2f1f312f31b998e714028580e16a86efa (diff)
downloadlibfuse-c8ba2379a8dae3cc7a7fdeb6ee00fb95332212aa.tar.gz
added release() callback
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r--example/fusexmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c
index 8b48af6..e783423 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.c
@@ -267,6 +267,7 @@ static struct fuse_operations xmp_oper = {
read: xmp_read,
write: xmp_write,
statfs: xmp_statfs,
+ release: NULL
};
int main(int argc, char *argv[])