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:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user