summaryrefslogtreecommitdiff
path: root/iterator/iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'iterator/iterator.h')
-rw-r--r--iterator/iterator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/iterator/iterator.h b/iterator/iterator.h
index 841a3643669c..67ffeb147631 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;
};
/**