diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-07-19 13:37:51 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2017-12-15 15:07:26 +0000 |
commit | 530473924d57fd26ba9779c8702574db4df829d3 (patch) | |
tree | 7f1f9abdc1e6f8d3a117c27e3315a167d4339e28 /io/Makefile.objs | |
parent | 5705b536b597de00d82807bf14bb38f542aa4491 (diff) |
io: introduce a network socket listener API
The existing QIOChannelSocket class provides the ability to
listen on a single socket at a time. This patch introduces
a QIONetListener class that provides a higher level API
concept around listening for network services, allowing
for listening on multiple sockets.
Reviewed-by: Eric Blake <eblake@redhat.com>
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 12983cca79..9a20fce4ed 100644 --- a/io/Makefile.objs +++ b/io/Makefile.objs @@ -8,4 +8,5 @@ io-obj-y += channel-watch.o io-obj-y += channel-websock.o io-obj-y += channel-util.o io-obj-y += dns-resolver.o +io-obj-y += net-listener.o io-obj-y += task.o |