mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
add NS_QUERYATTR_CACHEGLUEOK
This commit is contained in:
@@ -52,6 +52,7 @@ struct ns_query {
|
|||||||
#define NS_QUERYATTR_PARTIALANSWER 0x04
|
#define NS_QUERYATTR_PARTIALANSWER 0x04
|
||||||
#define NS_QUERYATTR_NAMEBUFUSED 0x08
|
#define NS_QUERYATTR_NAMEBUFUSED 0x08
|
||||||
#define NS_QUERYATTR_RECURSING 0x10
|
#define NS_QUERYATTR_RECURSING 0x10
|
||||||
|
#define NS_QUERYATTR_CACHEGLUEOK 0x20
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
ns_query_init(ns_client_t *client);
|
ns_query_init(ns_client_t *client);
|
||||||
|
Reference in New Issue
Block a user