summaryrefslogtreecommitdiff
path: root/includes/tree.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-05-08 23:05:22 +0000
committerDavid Hankins <dhankins@isc.org>2007-05-08 23:05:22 +0000
commit98bd7ca0990e6d88e3345d3bc966ebe8216691a7 (patch)
treec4437ca467e8f733d530170a5c445747b2defd68 /includes/tree.h
parent74dc3e0b2786c46956e7517398ae6f7c6dad52d7 (diff)
downloadisc-dhcp-98bd7ca0990e6d88e3345d3bc966ebe8216691a7.tar.gz
DHCPv6 branch merged to HEAD.
Diffstat (limited to 'includes/tree.h')
-rw-r--r--includes/tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/tree.h b/includes/tree.h
index a13f67a2..c25bf4e1 100644
--- a/includes/tree.h
+++ b/includes/tree.h
@@ -51,6 +51,7 @@ struct enumeration_value {
struct enumeration {
struct enumeration *next;
const char *name;
+ unsigned width;
struct enumeration_value *values;
};
@@ -334,6 +335,9 @@ struct universe {
option_code_hash_t *code_hash;
struct option *enc_opt;
int index;
+
+ /* Flags should probably become condensed. */
+ int concat_duplicates;
};
struct option {