aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-02-21 03:12:15 +0000
committerRob Landley <rob@landley.net>2006-02-21 03:12:15 +0000
commitea6360e3938d016b2dfa6d0cbc9c9577070dca75 (patch)
tree1f6544b00568ae6a964e0453811b373632aabe96 /networking/udhcp/dhcpc.h
parent57f4cb2867cf7e1d1b51a2c7b0dc789ba7a94e27 (diff)
downloadbusybox-ea6360e3938d016b2dfa6d0cbc9c9577070dca75.tar.gz
Missed a file in the last checkin, won't build without this...
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r--networking/udhcp/dhcpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h
index e2e14feba..808e91924 100644
--- 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 */
};