2 FUSE: Filesystem in Userspace
3 Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
5 This program can be distributed under the terms of the GNU LGPLv2.
6 See the file COPYING.LIB.
11 #include "fuse_lowlevel.h"
13 int fuse_loop_mt(struct fuse
*f
)
18 int res
= fuse_start_cleanup_thread(f
);
22 res
= fuse_session_loop_mt(fuse_get_session(f
));
23 fuse_stop_cleanup_thread(f
);