X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fdhcpv4.h;h=cd6c978431e54e4c4245a0ca1c751dc48d16bc7d;hp=6c4dd50e08b3879a26f90949e2d1958bd8314796;hb=e05553099c47b92420c21ff30b07709dfa40a84a;hpb=3af23ad72888393a863d7be545d1bd5af99ca442 diff --git a/src/dhcpv4.h b/src/dhcpv4.h index 6c4dd50..cd6c978 100644 --- a/src/dhcpv4.h +++ b/src/dhcpv4.h @@ -79,6 +79,7 @@ struct dhcpv4_assignment { time_t valid_until; uint8_t hwaddr[6]; uint32_t leasetime; + unsigned int flags; char hostname[]; };