From abbd363261cf3a9b18e611c524f8103fb68f539b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 8 Nov 2007 17:40:23 +0000 Subject: xreadlink: code shrink udhcp: add missing tryagain member to client_config function old new delta xmalloc_readlink_follow 169 154 -15 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-15) Total: -15 bytes --- networking/udhcp/dhcpc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'networking/udhcp') diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 8da1dd8e1..72a8bd94f 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h @@ -30,6 +30,7 @@ struct client_config_t { int ifindex; /* Index number of the interface to use */ int retries; /* Max number of request packets */ int timeout; /* Number of seconds to try to get a lease */ + int tryagain; /* Number of seconds to try to get a lease */ uint8_t arp[6]; /* Our arp address */ }; -- cgit v1.2.3