]> git.proxmox.com Git - qemu.git/blobdiff - vnc-auth-sasl.h
Remove uses of ram.last_offset (aka last_ram_offset)
[qemu.git] / vnc-auth-sasl.h
index a72973a26b2ec2f75cb625ab9d01cf3c468e46a8..fd9b18a8fed620e80b37c85ba9c871bb671f8b72 100644 (file)
@@ -30,6 +30,9 @@
 #include <sasl/sasl.h>
 
 typedef struct VncStateSASL VncStateSASL;
+typedef struct VncDisplaySASL VncDisplaySASL;
+
+#include "acl.h"
 
 struct VncStateSASL {
     sasl_conn_t *conn;
@@ -56,6 +59,10 @@ struct VncStateSASL {
     char *mechlist;
 };
 
+struct VncDisplaySASL {
+    qemu_acl *acl;
+};
+
 void vnc_sasl_client_cleanup(VncState *vs);
 
 long vnc_client_read_sasl(VncState *vs);