]> Git Repo - qemu.git/commitdiff
move ObjectClass to typedefs.h
authorGerd Hoffmann <[email protected]>
Tue, 6 Nov 2018 10:23:30 +0000 (11:23 +0100)
committerEduardo Habkost <[email protected]>
Tue, 11 Dec 2018 17:45:22 +0000 (15:45 -0200)
Signed-off-by: Gerd Hoffmann <[email protected]>
Message-Id: <20181106102335[email protected]>
Reviewed-by: David Gibson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
include/qemu/typedefs.h
include/qom/object.h

index 3ec0e13a967fdbe243656d9e37d40878eaa768a2..fed53f6de24231eba3a3576c186ddc4bd8757155 100644 (file)
@@ -62,6 +62,7 @@ typedef struct NetClientState NetClientState;
 typedef struct NetFilterState NetFilterState;
 typedef struct NICInfo NICInfo;
 typedef struct NumaNodeMem NumaNodeMem;
+typedef struct ObjectClass ObjectClass;
 typedef struct PCIBridge PCIBridge;
 typedef struct PCIBus PCIBus;
 typedef struct PCIDevice PCIDevice;
index f0b0bf39ccf17bc888c0fa7692c75846918e59cf..499e1fd8b7bcfe6882271284ec593ecc39da3573 100644 (file)
@@ -20,7 +20,6 @@
 struct TypeImpl;
 typedef struct TypeImpl *Type;
 
-typedef struct ObjectClass ObjectClass;
 typedef struct Object Object;
 
 typedef struct TypeInfo TypeInfo;
This page took 0.029227 seconds and 4 git commands to generate.