2d1d0e70cf
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>
8 lines
180 B
Makefile
8 lines
180 B
Makefile
io-obj-y = channel.o
|
|
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
|