aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/iterator/iter_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/iterator/iter_priv.h')
-rw-r--r--external/unbound/iterator/iter_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/unbound/iterator/iter_priv.h b/external/unbound/iterator/iter_priv.h
index 6fa84900b..0430d57e3 100644
--- a/external/unbound/iterator/iter_priv.h
+++ b/external/unbound/iterator/iter_priv.h
@@ -60,14 +60,14 @@ struct iter_priv {
* contents of type addr_tree_node.
* No further data need, only presence or absence.
*/
- rbtree_t a;
+ rbtree_type a;
/**
* Tree of the domains spans that are allowed to contain
* the blocked address spans.
* contents of type name_tree_node.
* No further data need, only presence or absence.
*/
- rbtree_t n;
+ rbtree_type n;
};
/**