Support ACLs for controlling VNC access ("Daniel P. Berrange")
[qemu] / vnc.h
diff --git a/vnc.h b/vnc.h
index 59a1b4a..8b6bc5e 100644 (file)
--- a/vnc.h
+++ b/vnc.h
@@ -99,6 +99,9 @@ struct VncDisplay
     int subauth; /* Used by VeNCrypt */
     VncDisplayTLS tls;
 #endif
+#ifdef CONFIG_VNC_SASL
+    VncDisplaySASL sasl;
+#endif
 };
 
 struct VncState