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

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

This commit is contained in:
Ondřej Surý
2024-03-06 17:54:05 +01:00
parent 88a5befa25
commit b0c9ca7a24

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 },