xemu/include/io
Daniel P. Berrange c767ae62b9 io: introduce helper for creating channels from file descriptors
Depending on what object a file descriptor refers to a different
type of IO channel will be needed - either a QIOChannelFile or
a QIOChannelSocket. Introduce a qio_channel_new_fd() method
which will return the appropriate channel implementation.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-02-15 14:49:00 +00:00
..
channel-buffer.h io: add QIOChannelBuffer class 2015-12-18 12:18:31 +00:00
channel-command.h io: fix description of @errp parameter initialization 2016-01-20 11:31:01 +00:00
channel-file.h io: add QIOChannelFile class 2015-12-18 12:18:31 +00:00
channel-socket.h io: improve docs for QIOChannelSocket async functions 2016-02-15 14:48:25 +00:00
channel-tls.h io: fix description of @errp parameter initialization 2016-01-20 11:31:01 +00:00
channel-util.h io: introduce helper for creating channels from file descriptors 2016-02-15 14:49:00 +00:00
channel-watch.h io: add helper module for creating watches on FDs 2015-12-18 12:18:05 +00:00
channel-websock.h io: add QIOChannelWebsock class 2015-12-18 12:18:31 +00:00
channel.h io: fix description of @errp parameter initialization 2016-01-20 11:31:01 +00:00
task.h io: add QIOTask class for async operations 2015-12-18 12:18:30 +00:00