From a08ee6e7221ea50d9096579d57674a07f3409da3 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 20 Sep 2019 13:41:29 +0100 Subject: [cmdline] Add "--timeout" parameter to "ifconf" command Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/include/usr/ifmgmt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/usr/ifmgmt.h') diff --git a/src/include/usr/ifmgmt.h b/src/include/usr/ifmgmt.h index 5c386327b..52f88f957 100644 --- a/src/include/usr/ifmgmt.h +++ b/src/include/usr/ifmgmt.h @@ -14,7 +14,8 @@ struct net_device_configurator; extern int ifopen ( struct net_device *netdev ); extern int ifconf ( struct net_device *netdev, - struct net_device_configurator *configurator ); + struct net_device_configurator *configurator, + unsigned long timeout ); extern void ifclose ( struct net_device *netdev ); extern void ifstat ( struct net_device *netdev ); extern int iflinkwait ( struct net_device *netdev, unsigned long timeout ); -- cgit v1.2.3-55-g7522