Tidy all_addr union, merge log and rcode fields.

This commit is contained in:
Simon Kelley
2018-12-31 23:28:24 +00:00
parent e7bfd556c0
commit bde46476ee
4 changed files with 6 additions and 10 deletions

View File

@@ -279,12 +279,8 @@ struct all_addr {
struct in6_addr addr6;
/* for log_query */
struct {
unsigned short keytag, algo, digest;
unsigned short keytag, algo, digest, rcode;
} log;
/* for log_query */
struct {
unsigned int rcode;
} rcode;
/* for cache_insert of DNSKEY, DS */
struct {
unsigned short class, type;