diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-10-07 13:46:20 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-10-07 13:46:20 +0000 |
commit | 0064eb9cf1c8d526e87d3149249445d4bc8d0248 (patch) | |
tree | 787781364f76fc0dfa0085fd1f3208b5b1f44b5a /edns-subnet/subnetmod.h | |
parent | c8864f6ba46ff3271d97b4ae1c3cc6ce01eaf18a (diff) |
Diffstat (limited to 'edns-subnet/subnetmod.h')
-rw-r--r-- | edns-subnet/subnetmod.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/edns-subnet/subnetmod.h b/edns-subnet/subnetmod.h index 3893820fabaf..d2d9e957f0f2 100644 --- a/edns-subnet/subnetmod.h +++ b/edns-subnet/subnetmod.h @@ -106,6 +106,10 @@ struct subnet_qstate { int wait_subquery; /** The subquery waited for is done. */ int wait_subquery_done; + /** The subnet state is a subquery state for nonsubnet lookup. */ + int is_subquery_nonsubnet; + /** This is a subquery, and it is made due to a scope zero request. */ + int is_subquery_scopezero; }; void subnet_data_delete(void* d, void* ATTR_UNUSED(arg)); |