summaryrefslogtreecommitdiff
path: root/sbin/unwind/libunbound/iterator/iter_delegpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/unwind/libunbound/iterator/iter_delegpt.h')
-rw-r--r--sbin/unwind/libunbound/iterator/iter_delegpt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/unwind/libunbound/iterator/iter_delegpt.h b/sbin/unwind/libunbound/iterator/iter_delegpt.h
index 62c8edc5122..586597a69a1 100644
--- a/sbin/unwind/libunbound/iterator/iter_delegpt.h
+++ b/sbin/unwind/libunbound/iterator/iter_delegpt.h
@@ -101,6 +101,8 @@ struct delegpt_ns {
uint8_t* name;
/** length of name */
size_t namelen;
+ /** number of cache lookups for the name */
+ int cache_lookup_count;
/**
* If the name has been resolved. false if not queried for yet.
* true if the A, AAAA queries have been generated.