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