diff options
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 4c173533c..fba747f0c 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -13,6 +13,7 @@ struct client_config_t { | |||
13 | const char *interface; /* The name of the interface to use */ | 13 | const char *interface; /* The name of the interface to use */ |
14 | char *pidfile; /* Optionally store the process ID */ | 14 | char *pidfile; /* Optionally store the process ID */ |
15 | const char *script; /* User script to run at dhcp events */ | 15 | const char *script; /* User script to run at dhcp events */ |
16 | struct option_set *options; /* list of DHCP options to send to server */ | ||
16 | uint8_t *clientid; /* Optional client id to use */ | 17 | uint8_t *clientid; /* Optional client id to use */ |
17 | uint8_t *vendorclass; /* Optional vendor class-id to use */ | 18 | uint8_t *vendorclass; /* Optional vendor class-id to use */ |
18 | uint8_t *hostname; /* Optional hostname to use */ | 19 | uint8_t *hostname; /* Optional hostname to use */ |