From 4f70833832ec6caab876004fa87f03e283322dc2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 3 May 2018 09:46:26 +0100 Subject: [PATCH] trivial: Add some padding to the FuDevice class struct If we ever support out-of-tree plugins we will be glad of this. --- src/fu-device.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fu-device.h b/src/fu-device.h index c978a3dba..3e8860a15 100644 --- a/src/fu-device.h +++ b/src/fu-device.h @@ -37,6 +37,8 @@ struct _FuDeviceClass FwupdDeviceClass parent_class; void (*to_string) (FuDevice *device, GString *str); + /*< private >*/ + gpointer padding[30]; }; /**