diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2015-03-04 15:57:41 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2015-12-18 12:18:31 +0000 |
commit | 2d1d0e70cf3eadca967427e71b2c5c7d031bc5c8 (patch) | |
tree | b03e81a9e72d4b49a6f8d316271f5d06064b461c /io/Makefile.objs | |
parent | ed8ee42c4063809495d9eed738a26957b6dfe692 (diff) |
io: add QIOChannelWebsock class
Add a QIOChannel subclass that can run the websocket protocol over
the top of another QIOChannel instance. This initial implementation
is only capable of acting as a websockets server. There is no support
for acting as a websockets client yet.
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 a48011b726..e3771b1ac1 100644 --- a/io/Makefile.objs +++ b/io/Makefile.objs @@ -3,4 +3,5 @@ io-obj-y += channel-file.o io-obj-y += channel-socket.o io-obj-y += channel-tls.o io-obj-y += channel-watch.o +io-obj-y += channel-websock.o io-obj-y += task.o |