in reply to Re^5: FUSE, fuse_get_context and private = dangling pointer woes
in thread FUSE, fuse_get_context and private = dangling pointer woes

I'm not sure what you are regarding to be an error..

"Function not implemented" is returned by the Fuse module by default if you don't provide a callback for that function, which you haven't done (it would be handled by Fuse::main (getdir => ...);

  • Comment on Re^6: FUSE, fuse_get_context and private = dangling pointer woes