summaryrefslogtreecommitdiff
path: root/libnm/nm-dhcp6-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-dhcp6-config.h')
-rw-r--r--libnm/nm-dhcp6-config.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/libnm/nm-dhcp6-config.h b/libnm/nm-dhcp6-config.h
index 2f21eed2d9..e9753bcad8 100644
--- a/libnm/nm-dhcp6-config.h
+++ b/libnm/nm-dhcp6-config.h
@@ -42,13 +42,8 @@ typedef struct {
typedef struct {
NMObjectClass parent;
- /* Padding for future expansion */
- void (*_reserved1) (void);
- void (*_reserved2) (void);
- void (*_reserved3) (void);
- void (*_reserved4) (void);
- void (*_reserved5) (void);
- void (*_reserved6) (void);
+ /*< private >*/
+ gpointer padding[4];
} NMDhcp6ConfigClass;
#define NM_DHCP6_CONFIG_OPTIONS "options"