You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would very much like to add fuse's ioctl callback to fuse4j, but am not sure how to proceed. I see that some C files are autogenerated from Java class definitions, so I think I would add an ioctl method to FuseFS.java and run the CAPIGenerator ??
Anyone else any experience of adding methods to fuse-j?
The text was updated successfully, but these errors were encountered:
I would very much like to add fuse's ioctl callback to fuse4j, but am not sure how to proceed. I see that some C files are autogenerated from Java class definitions, so I think I would add an ioctl method to FuseFS.java and run the CAPIGenerator ??
Anyone else any experience of adding methods to fuse-j?
The text was updated successfully, but these errors were encountered: