]> Git Repo - qemu.git/commit
ui: convert VNC server to QIONetListener
authorDaniel P. Berrange <[email protected]>
Thu, 1 Feb 2018 16:45:14 +0000 (16:45 +0000)
committerGerd Hoffmann <[email protected]>
Fri, 2 Feb 2018 06:47:39 +0000 (07:47 +0100)
commit13e1d0e71e78a925848258391a6e616b6b5ae219
tree47fb2bacbae32badd0acbf440320c81dae39fcc2
parent8ea9c80a19da93e93852ab61434b1a33fcbaa97a
ui: convert VNC server to QIONetListener

The VNC server already has the ability to listen on multiple sockets.
Converting it to use the QIONetListener APIs though, will reduce the
amount of code in the VNC server and improve the clarity of what is
left.

Signed-off-by: Daniel P. Berrange <[email protected]>
Message-id: 20180201164514[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/vnc.c
ui/vnc.h
This page took 0.025997 seconds and 4 git commands to generate.