]> git.proxmox.com Git - qemu.git/blobdiff - qobject.h
Add check support
[qemu.git] / qobject.h
index c6bee8ec6125068ed83dc156e114da12e23da43c..39b86493e97886921811b1fc759792ff7eb2bcd1 100644 (file)
--- a/qobject.h
+++ b/qobject.h
@@ -38,6 +38,8 @@
 typedef enum {
     QTYPE_NONE,
     QTYPE_QINT,
+    QTYPE_QSTRING,
+    QTYPE_QDICT,
 } qtype_code;
 
 struct QObject;