ICFS/sources
fedir 1ddbef6a65 Used the libfuse example as a foundation.
The main.c was completely replaced by one of the libfuse examples:
[passthrough_fh.c](https://github.com/libfuse/libfuse/blob/master/example/passthrough_fh.c)
. This choice is made based on that there is little point in spending
time on reinventing the wheel by reimplementing passthrough all over
again. Also, the [passthrough_hp.cc](https://github.com/libfuse/libfuse/blob/master/example/passthrough_hp.cc) wasn't used because it uses a vastly different and much more comlex API, even though the authors claim it to be faster.
2024-12-15 15:41:28 +01:00
..
main.c Used the libfuse example as a foundation. 2024-12-15 15:41:28 +01:00
sourcefs.c Used the libfuse example as a foundation. 2024-12-15 15:41:28 +01:00
sourcefs.h Used the libfuse example as a foundation. 2024-12-15 15:41:28 +01:00