Move the timeout information into struct interface_info with
authorkrw <krw@openbsd.org>
Sun, 18 Jun 2017 21:08:15 +0000 (21:08 +0000)
committerkrw <krw@openbsd.org>
Sun, 18 Jun 2017 21:08:15 +0000 (21:08 +0000)
commit8b6a415aff35ea2940738b5e8468f30e665082cf
tree2528858ad5b4b6363a82063a9bdb8c8f8f0f09ef
parentd63293c4717d287cde8ccdd51ad5353d83ca5986
Move the timeout information into struct interface_info with
the rest of the dhcp state. One less struct (dhcp_timeout) to
worry about, one less field (ifi) to keep track of.
sbin/dhclient/dhclient.c
sbin/dhclient/dhcpd.h
sbin/dhclient/dispatch.c