mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 21:35:02 +00:00
trivial: Add some padding to the FuDevice class struct
If we ever support out-of-tree plugins we will be glad of this.
This commit is contained in:
parent
e9046e7207
commit
4f70833832
@ -37,6 +37,8 @@ struct _FuDeviceClass
|
||||
FwupdDeviceClass parent_class;
|
||||
void (*to_string) (FuDevice *device,
|
||||
GString *str);
|
||||
/*< private >*/
|
||||
gpointer padding[30];
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user