udhcp: remove two unused fields
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Mar 2010 01:17:52 +0000 (02:17 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Mar 2010 01:17:52 +0000 (02:17 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/dhcpc.h
networking/udhcp/dhcpd.h

index a8861562e1e08f52582b71d790db085b1505db8e..4c173533cb628883b4db596ffcbd1ea65e7e248a 100644 (file)
@@ -9,7 +9,6 @@ struct client_config_t {
        char no_default_options;        /* Do not include default options in request */
        IF_FEATURE_UDHCP_PORT(uint16_t port;)
        int ifindex;                    /* Index number of the interface to use */
-       int verbose;
        uint8_t opt_mask[256 / 8];      /* Bitmask of options to send (-O option) */
        const char *interface;          /* The name of the interface to use */
        char *pidfile;                  /* Optionally store the process ID */
index 2f2f5b33a78c59bdf2bf06c5963d1031efb9c5da..b163ce7eb34ae07241edac827a347212e86b311a 100644 (file)
@@ -39,7 +39,6 @@ struct server_config_t {
 #endif
        uint8_t server_mac[6];          /* our MAC address (used only for ARP probing) */
        struct option_set *options;     /* list of DHCP options loaded from the config file */
-       int verbose;
        /* start,end are in host order: we need to compare start <= ip <= end */
        uint32_t start_ip;              /* start address of leases, in host order */
        uint32_t end_ip;                /* end of leases, in host order */