X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fdhcpv4.h;h=6c4dd50e08b3879a26f90949e2d1958bd8314796;hp=6c72441a3718f0b1f055966818990fcf2fc5fefd;hb=44ca70ae6f0fb649cef47d9160ec1ee13e7844f1;hpb=1733ea4fa2d0b5286d9cfa20c1e18ee93562ec6d diff --git a/src/dhcpv4.h b/src/dhcpv4.h index 6c72441..6c4dd50 100644 --- a/src/dhcpv4.h +++ b/src/dhcpv4.h @@ -78,6 +78,7 @@ struct dhcpv4_assignment { uint32_t addr; time_t valid_until; uint8_t hwaddr[6]; + uint32_t leasetime; char hostname[]; };