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