]> 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 18f1b1d6d04c6892152ab8da7df8dd945344f6cf..86438609673a61b2311d7e0445682d25c6de2eef 100644 (file)
--- a/ui/vnc.h
+++ b/ui/vnc.h
@@ -182,6 +182,8 @@ struct VncDisplay
 #ifdef CONFIG_VNC_SASL
     VncDisplaySASL sasl;
 #endif
+
+    AudioState *audio_state;
 };
 
 typedef struct VncTight {