]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add parameter request list to option_state. New arg to cons_options.
authorTed Lemon <source@isc.org>
Wed, 10 Mar 1999 20:42:02 +0000 (20:42 +0000)
committerTed Lemon <source@isc.org>
Wed, 10 Mar 1999 20:42:02 +0000 (20:42 +0000)
includes/dhcpd.h

index f0e90d2e5574cae05fc14d12a374dc01f50e09e0..c5c744976df9115d3aff10f5d13e74c138162225 100644 (file)
@@ -216,6 +216,7 @@ struct lease_state {
 
        struct option_state options;
        struct agent_options *agent_options;
+       struct data_string parameter_request_list;
        int max_message_size;
        u_int32_t expiry, renewal, rebind;
        struct data_string filename, server_name;
@@ -801,7 +802,7 @@ int parse_option_buffer PROTO ((struct packet *, unsigned char *, int));
 int parse_agent_information_option PROTO ((struct packet *, int, u_int8_t *));
 int cons_options PROTO ((struct packet *, struct dhcp_packet *, int,
                          struct option_state *, struct agent_options *,
-                        int, int, int));
+                        int, int, int, struct data_string *));
 int store_options PROTO ((unsigned char *, int, struct option_state *,
                           int *, int, int, int, int));
 char *pretty_print_option PROTO ((unsigned int,