summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r--networking/udhcp/dhcpc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h
index a8861562e..4c173533c 100644
--- a/networking/udhcp/dhcpc.h
+++ b/networking/udhcp/dhcpc.h
@@ -9,7 +9,6 @@ struct client_config_t {
9 char no_default_options; /* Do not include default options in request */ 9 char no_default_options; /* Do not include default options in request */
10 IF_FEATURE_UDHCP_PORT(uint16_t port;) 10 IF_FEATURE_UDHCP_PORT(uint16_t port;)
11 int ifindex; /* Index number of the interface to use */ 11 int ifindex; /* Index number of the interface to use */
12 int verbose;
13 uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */ 12 uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */
14 const char *interface; /* The name of the interface to use */ 13 const char *interface; /* The name of the interface to use */
15 char *pidfile; /* Optionally store the process ID */ 14 char *pidfile; /* Optionally store the process ID */