summaryrefslogtreecommitdiffstats
path: root/io/Makefile.objs
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-08-27 16:25:30 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:28:20 -0600
commit3fd583616568f45162787db4919b155ff916e213 (patch)
tree2e7a2248f7c838c09d9b98d5da65f0d243022606 /io/Makefile.objs
parentde7bf3efb9108dc624c96f9bd0c9c966f68c5d39 (diff)
downloadhqemu-3fd583616568f45162787db4919b155ff916e213.zip
hqemu-3fd583616568f45162787db4919b155ff916e213.tar.gz
io: add QIOChannelCommand class
Add a QIOChannel subclass that is capable of performing I/O to/from a separate process, via a pair of pipes. The command can be used for unidirectional or bi-directional I/O. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'io/Makefile.objs')
-rw-r--r--io/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile.objs b/io/Makefile.objs
index e3771b1..1a58ccb 100644
--- a/io/Makefile.objs
+++ b/io/Makefile.objs
@@ -1,4 +1,5 @@
io-obj-y = channel.o
+io-obj-y += channel-command.o
io-obj-y += channel-file.o
io-obj-y += channel-socket.o
io-obj-y += channel-tls.o
OpenPOWER on IntegriCloud