]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add siaddr structure to lease_state structure.
authorTed Lemon <source@isc.org>
Fri, 23 Apr 1999 23:44:44 +0000 (23:44 +0000)
committerTed Lemon <source@isc.org>
Fri, 23 Apr 1999 23:44:44 +0000 (23:44 +0000)
includes/dhcpd.h

index 07ae99c5e08f752e08f8dd8177acdb5baf3fa90a..ae006257c1a70023c9b1d104dcc840df0f33958d 100644 (file)
@@ -204,6 +204,7 @@ struct lease_state {
        u_int16_t secs;
        u_int16_t bootp_flags;
        struct in_addr ciaddr;
+       struct in_addr siaddr;
        struct in_addr giaddr;
        u_int8_t hops;
        u_int8_t offer;