summaryrefslogtreecommitdiff
path: root/iterator/iter_hints.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:49:30 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:49:30 +0000
commitfbdb9ac866a647da0919b224f05cca039afc02fa (patch)
treea4ddb15b51a795c9f985e693a04d992a94f4f455 /iterator/iter_hints.h
parent31f8d531e1359c7acd82cff9ab798cdeac277adc (diff)
Notes
Diffstat (limited to 'iterator/iter_hints.h')
-rw-r--r--iterator/iter_hints.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iterator/iter_hints.h b/iterator/iter_hints.h
index 715ec9f41063..06b4b9667d13 100644
--- a/iterator/iter_hints.h
+++ b/iterator/iter_hints.h
@@ -59,7 +59,7 @@ struct iter_hints {
* contents of type iter_hints_stub. The class IN root is in here.
* uses name_tree_node from dnstree.h.
*/
- rbtree_t tree;
+ rbtree_type tree;
};
/**