Renamed cuses example and added test program
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 04:05:54 +0000 (21:05 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 05:03:07 +0000 (22:03 -0700)
commit35ce627e35d1e293b25cfa8bdec2fb82c7da4630
tree74fbfd1e580bf741d49c243fb405b05ab8a115b1
parentcf4159156ba08694feb2d75773ec49e25e8ba4fb
Renamed cuses example and added test program

An earlier version of the fioclient.c example was intended to be
used together with cusexmp.c. The former has since evolved into
ioctl_client.c and no longer has the function necessary to test
CUSE. Therefore, we've added a new cuse_client.c that is clearly
associated with the cuse.c example file system.
ChangeLog.rst
example/.gitignore
example/Makefile.am
example/cuse.c [new file with mode: 0644]
example/cuse_client.c [new file with mode: 0755]
example/cusexmp.c [deleted file]