]> Git Repo - qemu.git/blobdiff - ui/vnc-auth-sasl.h
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[qemu.git] / ui / vnc-auth-sasl.h
index fd9b18a8fed620e80b37c85ba9c871bb671f8b72..3f59da67ebd9aa28bc25a8566105583f1d605217 100644 (file)
 typedef struct VncStateSASL VncStateSASL;
 typedef struct VncDisplaySASL VncDisplaySASL;
 
-#include "acl.h"
+#include "qemu/acl.h"
+#include "qemu/main-loop.h"
 
 struct VncStateSASL {
     sasl_conn_t *conn;
     /* If we want to negotiate an SSF layer with client */
-    int wantSSF :1;
+    bool wantSSF;
     /* If we are now running the SSF layer */
-    int runSSF :1;
+    bool runSSF;
     /*
      * If this is non-zero, then wait for that many bytes
      * to be written plain, before switching to SSF encoding
This page took 0.02384 seconds and 4 git commands to generate.