2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Merge branch 'ondrej/fix-load_names-rbt-name' into 'main'

Revert the s/rbt/qp/ change in load_names, it is still rbt

See merge request isc-projects/bind9!8833
This commit is contained in:
Ondřej Surý
2024-03-06 16:55:25 +00:00

View File

@@ -463,7 +463,7 @@ static struct fun fun_list[] = {
{ "lfht", new_lfht, thread_lfht },
{ "ht", new_ht, thread_ht },
{ "hashmap", new_hashmap, thread_hashmap },
{ "qp", new_rbt, thread_rbt },
{ "rbt", new_rbt, thread_rbt },
{ "qp", new_qp, thread_qp },
{ "qp+nosqz", new_qp, thread_qp_nosqz },
{ "qp+barrier", new_qp, thread_qp_brr },