forked from facebookarchive/dfuse
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
libfuse provides a fh field in the fuse_file_info struct which is passed to most functions
https://libfuse.github.io/doxygen/structfuse__file__info.html#a45314d0b92a8d4c9de33d996aa59ada8
File handle id. May be filled in by filesystem in create, open, and opendir(). Available in most other file operations on the same file handle.
These are needed if you want to keep data consistent across chunked read()s or write()s where the data might be non-static for the path.
Adding overloads that provide at least the fh and an open() method in the Operations interface, as well as a close() for cleanup, would allow a wider range of applications than just static content per path.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels