aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough.c
AgeCommit message (Collapse)AuthorLines
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath-5/+15
This obsoletes the ftruncate & fgetattr handlers. Fixes #58.
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath-0/+432
Also, added more comments for the same purpose.