aboutsummaryrefslogtreecommitdiffstats
path: root/example/ioctl.c
AgeCommit message (Collapse)AuthorLines
2016-10-28Clean-up doxygen documentationNikolaus Rath-3/+3
Fixes: #81.
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath-2/+6
This obsoletes the ftruncate & fgetattr handlers. Fixes #58.
2016-10-09Renamed ioctl and poll examplesNikolaus Rath-0/+228
The new names should make it more obvious at first glance what each example demonstrates.