2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add siaddr structure to lease_state structure.

This commit is contained in:
Ted Lemon
1999-04-23 23:44:44 +00:00
parent 05223b724c
commit c783f7995d

View 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;