diff options
| author | Daniel P. Berrange <berrange@redhat.com> | 2015-03-11 15:53:49 +0000 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2015-12-18 15:02:11 +0000 |
| commit | d5f042232cca1c3e2d16b49607632fe4c0f86453 (patch) | |
| tree | 76a69ac20c8fd947cd775827a74e0d09fdd3f142 /ui/vnc.h | |
| parent | 2cc452281e1746f9c02d3c66633ce9e5bc391cae (diff) | |
| download | focaccia-qemu-d5f042232cca1c3e2d16b49607632fe4c0f86453.tar.gz focaccia-qemu-d5f042232cca1c3e2d16b49607632fe4c0f86453.zip | |
ui: convert VNC server to use QIOChannelWebsock
Remove custom websock handling code from the VNC server and use the QIOChannelWebsock class instead. Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'ui/vnc.h')
| -rw-r--r-- | ui/vnc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/vnc.h b/ui/vnc.h index 34474d604e..a95cc15678 100644 --- a/ui/vnc.h +++ b/ui/vnc.h @@ -293,10 +293,6 @@ struct VncState Buffer output; Buffer input; - Buffer ws_input; - Buffer ws_output; - size_t ws_payload_remain; - WsMask ws_payload_mask; /* current output mode information */ VncWritePixels *write_pixels; PixelFormat client_pf; |