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:
Richard Hughes 2018-05-03 09:46:26 +01:00
parent e9046e7207
commit 4f70833832

View File

@ -37,6 +37,8 @@ struct _FuDeviceClass
FwupdDeviceClass parent_class;
void (*to_string) (FuDevice *device,
GString *str);
/*< private >*/
gpointer padding[30];
};
/**