svn commit: trunk/busybox/networking/udhcp

landley at busybox.net landley at busybox.net
Tue Feb 21 03:12:17 UTC 2006


Author: landley
Date: 2006-02-20 19:12:15 -0800 (Mon, 20 Feb 2006)
New Revision: 14155

Log:
Missed a file in the last checkin, won't build without this...


Modified:
   trunk/busybox/networking/udhcp/dhcpc.h


Changeset:
Modified: trunk/busybox/networking/udhcp/dhcpc.h
===================================================================
--- trunk/busybox/networking/udhcp/dhcpc.h	2006-02-21 00:50:37 UTC (rev 14154)
+++ trunk/busybox/networking/udhcp/dhcpc.h	2006-02-21 03:12:15 UTC (rev 14155)
@@ -29,6 +29,7 @@
 	uint8_t *hostname;		/* Optional hostname to use */
 	uint8_t *fqdn;			/* Optional fully qualified domain name to use */
 	int ifindex;			/* Index number of the interface to use */
+	int retries;			/* Max number of request packets */        
 	uint8_t arp[6];			/* Our arp address */
 };
 




More information about the busybox-cvs mailing list