From 61ffd164eb2255b37d9b746118aba086797f4a52 Mon Sep 17 00:00:00 2001 From: mbr Date: Thu, 7 Aug 2003 14:58:46 +0000 Subject: Do not poll during discover. Add a polling tunable to the interface struct to be able to turn polling on/off. Tested by: Larry Rosenman --- contrib/isc-dhcp/includes/dhcpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/isc-dhcp/includes/dhcpd.h') diff --git a/contrib/isc-dhcp/includes/dhcpd.h b/contrib/isc-dhcp/includes/dhcpd.h index e62e93b..cfce972 100644 --- a/contrib/isc-dhcp/includes/dhcpd.h +++ b/contrib/isc-dhcp/includes/dhcpd.h @@ -786,6 +786,7 @@ struct interface_info { int ieee80211; /* True if media is ieee802.11 */ int havemedia; /* True if we have a media table */ int linkstate; /* True if we have link */ + int polling; /* True if polling is enabled */ int forcediscover; /* True if a discover is needed */ int index; /* Its index. */ int rfdesc; /* Its read file descriptor. */ -- cgit v1.1