ipack: QOM parent field cleanup for IPackBus
Clean up the only user of IPackBus::qbus field and rename it. Acked-by: Alberto Garcia <agarcia@igalia.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
5c57090255
commit
a21ac343d1
@ -19,7 +19,9 @@ typedef struct IPackBus IPackBus;
|
||||
#define IPACK_BUS(obj) OBJECT_CHECK(IPackBus, (obj), TYPE_IPACK_BUS)
|
||||
|
||||
struct IPackBus {
|
||||
BusState qbus;
|
||||
/*< private >*/
|
||||
BusState parent_obj;
|
||||
|
||||
/* All fields are private */
|
||||
uint8_t n_slots;
|
||||
uint8_t free_slot;
|
||||
|
Loading…
Reference in New Issue
Block a user