From 5e97ec5eadf4fb1dd23e2d86d6795b278341d6c8 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 9 Mar 2023 11:11:41 +0000 Subject: [PATCH] CHANGES note for [GL #3936] [cleanup] Refactor the loop manager and qp-trie code to remove isc_qsbr and use liburcu instead. [GL #3936] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index aaec78b58a..5598d6f373 100644 --- a/CHANGES +++ b/CHANGES @@ -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]