summary refs log tree commit diff
path: root/src/core/nm-ip-config.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-01-25 09:46:18 +0100
committerMichael Biebl <biebl@debian.org>2024-01-25 09:46:18 +0100
commit70e18d99b8e3e77bb37e218d7ac582130156f8ef (patch)
treed40c587e6d3f0e094ff558e415f1bb9803643214 /src/core/nm-ip-config.h
parentd4d8b2b91f7ba000d97a8b2aab48c85000c11314 (diff)
New upstream version 1.45.90 upstream/1.45.90
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 {