diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:56:38 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:56:38 +0000 |
commit | 197f1a0fe3e81cde0cd25a3a1f37ebedf9a99488 (patch) | |
tree | 9a121ad4cef31a32608c065400c31246d549c0dc /iterator/iterator.h | |
parent | b5c63b395d5df7ff6ee4d41a7dfecd938d894037 (diff) |
Diffstat (limited to 'iterator/iterator.h')
-rw-r--r-- | iterator/iterator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iterator/iterator.h b/iterator/iterator.h index 841a3643669ca..67ffeb1476318 100644 --- a/iterator/iterator.h +++ b/iterator/iterator.h @@ -387,6 +387,11 @@ struct iter_qstate { * Count number of time-outs. Used to prevent resolving failures when * the QNAME minimisation QTYPE is blocked. */ int minimise_timeout_count; + + /** True if the current response is from auth_zone */ + int auth_zone_response; + /** True if the auth_zones should not be consulted for the query */ + int auth_zone_avoid; }; /** |