2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

cleanup and restructure find; add DNAME support

This commit is contained in:
Bob Halley
1999-08-12 07:54:08 +00:00
parent 5787fc1ed4
commit a7de941669
2 changed files with 698 additions and 316 deletions

View File

@@ -28,14 +28,17 @@
struct ns_query {
unsigned int attributes;
dns_name_t * qname;
dns_name_t * origqname;
unsigned int dboptions;
ISC_LIST(isc_dynbuffer_t) namebufs;
ISC_LIST(dns_name_t) tmpnames;
ISC_LIST(dns_rdataset_t) tmprdatasets;
};
#define NS_QUERYATTR_RECURSIONOK 0x01
#define NS_QUERYATTR_CACHEOK 0x02
#define NS_QUERYATTR_PARTIALANSWER 0x04
#define NS_QUERYATTR_ALIASCHAIN 0x08
#define NS_QUERYATTR_NAMEBUFUSED 0x08
isc_result_t
ns_query_init(ns_client_t *client);

File diff suppressed because it is too large Load Diff