]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/vnc.h
riscv: plic: Log guest errors
[mirror_qemu.git] / ui / vnc.h
index 81daa7a0ebacf38aebacc982e54e8337721407ae..ee3da08f4af86f9e930256303b8b2cbaa8625466 100644 (file)
--- a/ui/vnc.h
+++ b/ui/vnc.h
@@ -39,6 +39,7 @@
 #include "io/channel-socket.h"
 #include "io/channel-tls.h"
 #include "io/net-listener.h"
+#include "authz/base.h"
 #include <zlib.h>
 
 #include "keymaps.h"
@@ -178,7 +179,8 @@ struct VncDisplay
     bool lossy;
     bool non_adaptive;
     QCryptoTLSCreds *tlscreds;
-    char *tlsaclname;
+    QAuthZ *tlsauthz;
+    char *tlsauthzid;
 #ifdef CONFIG_VNC_SASL
     VncDisplaySASL sasl;
 #endif