summaryrefslogtreecommitdiffhomepage
path: root/src/dhcpv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcpv4.h')
-rw-r--r--src/dhcpv4.h1
1 files changed, 1 insertions, 0 deletions
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[];
};