diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2015-02-27 18:25:25 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2015-12-18 12:18:31 +0000 |
commit | d6e48869a41b61bb2f4eb0a787c08225630feb9e (patch) | |
tree | 9eb1ad774b0adb6055fc2e4440edb6929bc55725 /io/Makefile.objs | |
parent | 559607ea173a0003efda7f884bec73b242f923fb (diff) |
io: add QIOChannelFile class
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>
Diffstat (limited to 'io/Makefile.objs')
-rw-r--r-- | io/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile.objs b/io/Makefile.objs index e9d77aaaa5..3d2f232480 100644 --- a/io/Makefile.objs +++ b/io/Makefile.objs @@ -1,4 +1,5 @@ io-obj-y = channel.o +io-obj-y += channel-file.o io-obj-y += channel-socket.o io-obj-y += channel-watch.o io-obj-y += task.o |