summaryrefslogtreecommitdiff
path: root/iterator/iter_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'iterator/iter_priv.h')
-rw-r--r--iterator/iter_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iterator/iter_priv.h b/iterator/iter_priv.h
index 6fa84900bf184..0430d57e3e3bf 100644
--- a/iterator/iter_priv.h
+++ b/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;
};
/**