From 2621e791c36a24ef2e6397ca6340c265addb5db9 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 12 Oct 1999 20:39:04 +0000 Subject: [PATCH] add NCACHE attribute --- lib/dns/include/dns/name.h | 1 + lib/dns/include/dns/rdataset.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/dns/include/dns/name.h b/lib/dns/include/dns/name.h index 4bb7809cf8..18fd205342 100644 --- a/lib/dns/include/dns/name.h +++ b/lib/dns/include/dns/name.h @@ -198,6 +198,7 @@ struct dns_name { #define DNS_NAMEATTR_DYNAMIC 0x0004 #define DNS_NAMEATTR_CACHE 0x0008 /* Used by resolver. */ #define DNS_NAMEATTR_ANSWER 0x0010 /* Used by resolver. */ +#define DNS_NAMEATTR_NCACHE 0x0020 /* used by resolver */ extern dns_name_t *dns_rootname; extern dns_name_t *dns_wildcardname; diff --git a/lib/dns/include/dns/rdataset.h b/lib/dns/include/dns/rdataset.h index 8bf2d39002..738efbc3b4 100644 --- a/lib/dns/include/dns/rdataset.h +++ b/lib/dns/include/dns/rdataset.h @@ -118,6 +118,7 @@ struct dns_rdataset { #define DNS_RDATASETATTR_ANSWER 0x0010 /* used by resolver */ #define DNS_RDATASETATTR_ANSWERSIG 0x0020 /* used by resolver */ #define DNS_RDATASETATTR_EXTERNAL 0x0040 /* used by resolver */ +#define DNS_RDATASETATTR_NCACHE 0x0080 /* used by resolver */ void dns_rdataset_init(dns_rdataset_t *rdataset);