]> Git Repo - qemu.git/blobdiff - include/qom/object.h
qom: Do not register interface "types" in the type table and fix names
[qemu.git] / include / qom / object.h
index 5f78847d68567888228ba995df7b0fd30255c997..e0ff212cb699492d76e4b1235272d4cc156d75ef 100644 (file)
@@ -536,6 +536,7 @@ struct InterfaceClass
     ObjectClass parent_class;
     /*< private >*/
     ObjectClass *concrete_class;
+    Type interface_type;
 };
 
 #define TYPE_INTERFACE "interface"
This page took 0.022013 seconds and 4 git commands to generate.