Maximilian Heinzler

Results 2 comments of Maximilian Heinzler

Hey @billziss-gh, first of all thanks for this great tool. I'm currently working on a C++ filesystem that also grew into a kind of wrapper around libfuse and WinFsp and...

Here's some basic code that might explain it better (using a `winfsp` prefix to make it clear that this has nothing to do with libfuse): ```c struct winfsp_fuse_operations { //...