timers: Createt TimersState and put all timers state there
[qemu] / qobject.h
index d4eeb3f..39b8649 100644 (file)
--- a/qobject.h
+++ b/qobject.h
@@ -39,6 +39,7 @@ typedef enum {
     QTYPE_NONE,
     QTYPE_QINT,
     QTYPE_QSTRING,
+    QTYPE_QDICT,
 } qtype_code;
 
 struct QObject;