From 317b962b65d186139cdef6972f447b7b50c0368c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 19 Jul 2006 17:32:13 +0000 Subject: Proof of concept: transmit a single DHCPDISCOVER and dump out any parsed DHCP responses. --- src/include/gpxe/dhcp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index dd95d98ae..576b9ead3 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -11,6 +11,7 @@ #include #include #include +#include /** Construct a tag value for an encapsulated option * @@ -404,6 +405,8 @@ struct dhcp_session { * (e.g. @c DHCPDISCOVER). */ int state; + /** Asynchronous operation for this DHCP session */ + struct async_operation aop; /** Network device being configured */ struct net_device *netdev; -- cgit v1.2.3-55-g7522