ide/isa: convert to qdev.
[qemu] / vnc.h
diff --git a/vnc.h b/vnc.h
index 5c903de..fcc6824 100644 (file)
--- a/vnc.h
+++ b/vnc.h
@@ -93,6 +93,7 @@ struct VncSurface
 struct VncDisplay
 {
     QEMUTimer *timer;
+    int timer_interval;
     int lsock;
     DisplayState *ds;
     VncState *clients;