]> git.proxmox.com Git - qemu.git/blobdiff - qemu-char.h
Store VNC auth scheme per-client as well as per-server
[qemu.git] / qemu-char.h
index 2f8512e5285016058620f1d592ae3db1fc769144..892c6da9aa153dc1f348ef7ad1c83840af744da8 100644 (file)
@@ -72,7 +72,7 @@ struct CharDriverState {
     char *label;
     char *filename;
     int opened;
-    int assigned; /* chardev assigned to a device */
+    int avail_connections;
     QTAILQ_ENTRY(CharDriverState) next;
 };