@Internal
public interface FuseMount
Handle of a mounted fuse file system.
-
Method Summary
-
Method Details
-
loop
@Blocking int loop()Runsfuse_looporfuse_loop_mt, depending on the implementation and requested options.- Returns:
- exit code returned by the
fuse_loop(_mt)
-
unmount
void unmount()Perform actions required to stop therun loop, e.g.fuse_exitand to unmount the volume, e.g.fuse_unmount. -
destroy
void destroy()Cleans up resources after therun loopexited.
-