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
No known key found for this signature in database

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]