aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorGravatar therealneworld@gmail.com <therealneworld@gmail.com>2011-06-02 14:27:02 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2011-06-02 14:27:02 +0200
commit94c2b63955271d039c62e7c966aa82c9565d28ec (patch)
treea47133690e8d1a5aca9351dd8803e2e5fc4c5dc3 /lib/fuse_i.h
parent4a9f6ab4805d805ac3b437c89d11ae365a0370f3 (diff)
add "remember" option
This works similar to "noforget" except that eventually the node will be allowed to expire from the cache.
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index b715da7..dd98737 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -123,3 +123,5 @@ struct fuse *fuse_setup_common(int argc, char *argv[],
int compat);
void cuse_lowlevel_init(fuse_req_t req, fuse_ino_t nodeide, const void *inarg);
+
+int fuse_start_thread(pthread_t *thread_id, void *(*func)(void *), void *arg);