]> git.proxmox.com Git - qemu.git/blobdiff - ui/vnc.h
qcow2-refcount: Move OFLAG_COPIED checks
[qemu.git] / ui / vnc.h
index fea39adcc7c8c122899e4e63f7fa75d2d6b0d3ff..6e9921387f4deccf48296853febe480cc67021b3 100644 (file)
--- a/ui/vnc.h
+++ b/ui/vnc.h
@@ -276,9 +276,12 @@ struct VncState
     VncStateSASL sasl;
 #endif
 #ifdef CONFIG_VNC_WS
+#ifdef CONFIG_VNC_TLS
+    VncStateTLS ws_tls;
+#endif /* CONFIG_VNC_TLS */
     bool encode_ws;
     bool websocket;
-#endif
+#endif /* CONFIG_VNC_WS */
 
     QObject *info;