summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcp/nm-dhcp-manager.c')
-rw-r--r--src/dhcp/nm-dhcp-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dhcp/nm-dhcp-manager.c b/src/dhcp/nm-dhcp-manager.c
index 9acf145a5a..04f820eb39 100644
--- a/src/dhcp/nm-dhcp-manager.c
+++ b/src/dhcp/nm-dhcp-manager.c
@@ -163,7 +163,7 @@ get_client_for_ifindex (NMDhcpManager *manager, int addr_family, int ifindex)
static void client_state_changed (NMDhcpClient *client,
NMDhcpState state,
- GObject *ip_config,
+ NML3ConfigData *l3cd,
GVariant *options,
const char *event_id,
NMDhcpManager *self);
@@ -190,7 +190,7 @@ remove_client_unref (NMDhcpManager *self, NMDhcpClient *client)
static void
client_state_changed (NMDhcpClient *client,
NMDhcpState state,
- GObject *ip_config,
+ NML3ConfigData *l3cd,
GVariant *options,
const char *event_id,
NMDhcpManager *self)