]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/vnc.h
migration/qemu-file: fix potential buf waste for extra buf_index adjustment
[mirror_qemu.git] / ui / vnc.h
index 2f84db314216508f984925c2d9a446b69252d512..86438609673a61b2311d7e0445682d25c6de2eef 100644 (file)
--- a/ui/vnc.h
+++ b/ui/vnc.h
@@ -27,7 +27,6 @@
 #ifndef QEMU_VNC_H
 #define QEMU_VNC_H
 
-#include "qapi/qapi-types-ui.h"
 #include "qemu/queue.h"
 #include "qemu/thread.h"
 #include "ui/console.h"
@@ -183,6 +182,8 @@ struct VncDisplay
 #ifdef CONFIG_VNC_SASL
     VncDisplaySASL sasl;
 #endif
+
+    AudioState *audio_state;
 };
 
 typedef struct VncTight {