2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

CHANGES note for [GL #3936]

[cleanup]	Refactor the loop manager and qp-trie code to remove
		isc_qsbr and use liburcu instead. [GL #3936]
This commit is contained in:
Tony Finch
2023-03-09 11:11:41 +00:00
parent fc770a8bd0
commit 5e97ec5ead

View File

@@ -1,3 +1,6 @@
6172. [cleanup] Refactor the loop manager and qp-trie code to remove
isc_qsbr and use liburcu instead. [GL #3936]
6171. [cleanup] Remove the stack implementation added in change 6108:
we are using the liburcu concurrent data structures
instead. [GL !7920]