From 16d37102cae2cad9842462cca473d8a3962629fb Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 1 Nov 2013 17:38:45 +0000 Subject: [ifmgmt] Rewrite iflinkwait() to use monojob_wait() Signed-off-by: Michael Brown --- src/include/usr/ifmgmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/usr') diff --git a/src/include/usr/ifmgmt.h b/src/include/usr/ifmgmt.h index f762c7ba9..0b265fea9 100644 --- a/src/include/usr/ifmgmt.h +++ b/src/include/usr/ifmgmt.h @@ -14,6 +14,6 @@ struct net_device; extern int ifopen ( struct net_device *netdev ); extern void ifclose ( struct net_device *netdev ); extern void ifstat ( struct net_device *netdev ); -extern int iflinkwait ( struct net_device *netdev, unsigned int max_wait_ms ); +extern int iflinkwait ( struct net_device *netdev, unsigned long timeout ); #endif /* _USR_IFMGMT_H */ -- cgit v1.2.3-55-g7522