aboutsummaryrefslogtreecommitdiffstats
path: root/example/timefs2.c
AgeCommit message (Collapse)AuthorLines
2016-10-09Renamed timefsN examples to fuse_notify_*Nikolaus Rath-417/+0
This should make it more obvious at first glance what the different examples do.
2016-10-09Include testfsN examples in Doxygen documentation.Nikolaus Rath-41/+52
2016-10-09fuse_parse_cmdline(): do not print help/version textNikolaus Rath-2/+21
The current behavior makes it difficult to add help for additional options. With the change, this becomes a lot easier.
2016-10-09Whitespace fix.Nikolaus Rath-2/+2
2016-10-08testfs2: Also test fuse_notify_retrieve().Nikolaus Rath-1/+42
2016-10-08Added timefs[12] examples.Nikolaus Rath-0/+346
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store` and `fuse_lowlevel_notify_inval_inode` functions.