summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index 811fc258ec..ffd5b847de 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -406,6 +406,9 @@ typedef struct {
void (* reapply_connection) (NMDevice *self,
NMConnection *con_old,
NMConnection *con_new);
+
+ guint32 (* get_dhcp_timeout) (NMDevice *self,
+ int addr_family);
} NMDeviceClass;
typedef void (*NMDeviceAuthRequestFunc) (NMDevice *device,