diff options
author | Ted Lemon <source@isc.org> | 1999-11-23 19:06:19 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-11-23 19:06:19 +0000 |
commit | 2ac47e02e0e2101d03aad79d6e8cc2a764de3658 (patch) | |
tree | 32c108d83aff1c78d9aabc0d88b497e60f6b03fb /includes/failover.h | |
parent | 59a7ba7cd5be880981a4367742beb3965f45c016 (diff) | |
download | isc-dhcp-2ac47e02e0e2101d03aad79d6e8cc2a764de3658.tar.gz |
Add FT_TEXT_OR_BYTES.
Diffstat (limited to 'includes/failover.h')
-rw-r--r-- | includes/failover.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/failover.h b/includes/failover.h index 4432d0fa..74e90462 100644 --- a/includes/failover.h +++ b/includes/failover.h @@ -23,8 +23,9 @@ struct failover_option_info { int code; char *name; - enum { FT_UINT8, FT_IPADDR, FT_UINT32, FT_BYTES, FT_DDNS, FT_DDNS1, - FT_UINT16, FT_TEXT, FT_UNDEF, FT_DIGEST } type; + enum { FT_UINT8, FT_IPADDR, FT_UINT32, FT_BYTES, FT_TEXT_OR_BYTES, + FT_DDNS, FT_DDNS1, FT_UINT16, FT_TEXT, + FT_UNDEF, FT_DIGEST } type; int num_present; int offset; u_int32_t bit; |