From bd10a7b16f10c1a5f61a4531c8631048e00fa230 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 15 Jul 2005 09:59:59 +0000 Subject: added lowlevel API --- example/hello_ll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/hello_ll.c b/example/hello_ll.c index 2739e3a..2589836 100644 --- a/example/hello_ll.c +++ b/example/hello_ll.c @@ -157,7 +157,7 @@ int main(int argc, char *argv[]) mountpoint = argv[1]; fd = fuse_mount(mountpoint, NULL); if (fd != -1) { - f = fuse_ll_new(fd, "debug", &hello_ll_oper, sizeof(hello_ll_oper)); + f = fuse_ll_new(fd, "debug", &hello_ll_oper, sizeof(hello_ll_oper), NULL); if (f != NULL) { err = fuse_ll_loop(f); fuse_ll_destroy(f); -- cgit v1.2.3