summaryrefslogtreecommitdiff
path: root/lib/libperfuse/perfuse.h
AgeCommit message (Collapse)Author
2016-01-22Needs sys/cdefs.h for __BEGIN_DECLS and sys/types.h for mode_t.dholland
2010-08-25libperfuse(3) is a PUFFS relay to FUSE. In order to use it,manu
FUSE filesystem must be patched to #include <perfuse.h> in the source files that open /dev/fuse and perform the mount(2) system call. The FUSE filesystem must be linked with -lperfuse. libperfuse(3) implements the FUSE kernel interface, on which libfuse or any FUSE filesystem that opens /dev/fuse directly can be used. For now, an external daemon called perfused(8) is used. This may change in the future.