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
This commit is contained in:
Denis Vlasenko
2007-11-08 17:40:23 +00:00
parent 53bd4015aa
commit abbd363261
3 changed files with 20 additions and 19 deletions

View File

@@ -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 */
};