diff options
Diffstat (limited to 'callouts/nm-dispatcher.c')
| -rw-r--r-- | callouts/nm-dispatcher.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/callouts/nm-dispatcher.c b/callouts/nm-dispatcher.c index 7ddffb04..94bd1324 100644 --- a/callouts/nm-dispatcher.c +++ b/callouts/nm-dispatcher.c @@ -80,6 +80,7 @@ handle_action (NMDBusDispatcher *dbus_dispatcher, GVariant *device_ip6_props, GVariant *device_dhcp4_props, GVariant *device_dhcp6_props, + const char *connectivity_state, const char *vpn_ip_iface, GVariant *vpn_ip4_props, GVariant *vpn_ip6_props, @@ -668,6 +669,7 @@ handle_action (NMDBusDispatcher *dbus_dispatcher, GVariant *device_ip6_props, GVariant *device_dhcp4_props, GVariant *device_dhcp6_props, + const char *connectivity_state, const char *vpn_ip_iface, GVariant *vpn_ip4_props, GVariant *vpn_ip6_props, @@ -699,6 +701,7 @@ handle_action (NMDBusDispatcher *dbus_dispatcher, device_ip6_props, device_dhcp4_props, device_dhcp6_props, + connectivity_state, vpn_ip_iface, vpn_ip4_props, vpn_ip6_props, |