chiark / gitweb /
sd-dhcp: refactor dhcp_option_append
[elogind.git] / src / libsystemd-network / dhcp-protocol.h
index 539606cff62a256d506fc532951659cfdb69bc53..11de186297673b4c7fc5fba8482d42e7d0687415 100644 (file)
@@ -44,6 +44,7 @@ struct DHCPMessage {
         uint8_t sname[64];
         uint8_t file[128];
         be32_t magic;
+        uint8_t options[0];
 } _packed_;
 
 typedef struct DHCPMessage DHCPMessage;