From 94c2b63955271d039c62e7c966aa82c9565d28ec Mon Sep 17 00:00:00 2001 From: "therealneworld@gmail.com" Date: Thu, 2 Jun 2011 14:27:02 +0200 Subject: add "remember" option This works similar to "noforget" except that eventually the node will be allowed to expire from the cache. --- lib/fuse_i.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/fuse_i.h') 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); -- cgit v1.2.3