projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f4cb2
)
Missed a file in the last checkin, won't build without this...
author
Rob Landley
<rob@landley.net>
Tue, 21 Feb 2006 03:12:15 +0000
(
03:12
-0000)
committer
Rob Landley
<rob@landley.net>
Tue, 21 Feb 2006 03:12:15 +0000
(
03:12
-0000)
networking/udhcp/dhcpc.h
patch
|
blob
|
history
diff --git
a/networking/udhcp/dhcpc.h
b/networking/udhcp/dhcpc.h
index e2e14feba7f96ab6f04bfab2b8d3bc74c6845c9b..808e919244134fca652a88d993238659e3fe98a2 100644
(file)
--- a/
networking/udhcp/dhcpc.h
+++ b/
networking/udhcp/dhcpc.h
@@
-29,6
+29,7
@@
struct client_config_t {
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 */
};