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

add NS_QUERYATTR_CACHEGLUEOK

This commit is contained in:
Bob Halley
1999-10-25 21:22:10 +00:00
parent bf336d5694
commit f96d5fd14e

View File

@@ -52,6 +52,7 @@ struct ns_query {
#define NS_QUERYATTR_PARTIALANSWER 0x04
#define NS_QUERYATTR_NAMEBUFUSED 0x08
#define NS_QUERYATTR_RECURSING 0x10
#define NS_QUERYATTR_CACHEGLUEOK 0x20
isc_result_t
ns_query_init(ns_client_t *client);