summaryrefslogtreecommitdiffstats
path: root/tests/test-io-channel-file.c
Commit message (Collapse)AuthorAgeFilesLines
* io: add QIOChannelFile classDaniel P. Berrange2015-12-181-0/+100
Add a QIOChannel subclass that is capable of operating on things that are files, such as plain files, pipes, character/block devices, but notably not sockets. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>