summary refs log tree commit diff
path: root/src/core/nm-ip-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nm-ip-config.h')
-rw-r--r--src/core/nm-ip-config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/nm-ip-config.h b/src/core/nm-ip-config.h
index 0dcea83b..47a40bd2 100644
--- a/src/core/nm-ip-config.h
+++ b/src/core/nm-ip-config.h
@@ -32,7 +32,10 @@ struct _NMIPConfigPrivate {
     struct {
         const NMPObject *best_default_route;
     } v_gateway;
-    gulong l3cfg_notify_id;
+    GSource *notify_platform_timeout_source;
+    gint64   notify_platform_rlimited_until_msec;
+    gulong   l3cfg_notify_id;
+    guint32  notify_platform_obj_type_flags;
 };
 
 struct _NMIPConfig {