include/io/channel-file.h
0 → 100644
+93
−0
+1
−0
io/channel-file.c
0 → 100644
+225
−0
+2
−0
+3
−0
Loading
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>