2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

Remove isc_qsbr (we are using liburcu instead)

This commit breaks the qp-trie code.
This commit is contained in:
Tony Finch
2023-03-08 10:20:16 +00:00
parent cd0795beea
commit 05ca11e122
7 changed files with 1 additions and 1123 deletions

View File

@@ -21,7 +21,6 @@
#include <isc/loop.h>
#include <isc/magic.h>
#include <isc/mem.h>
#include <isc/qsbr.h>
#include <isc/refcount.h>
#include <isc/result.h>
#include <isc/signal.h>
@@ -76,9 +75,7 @@ struct isc_loop {
uv_async_t destroy_trigger;
/* safe memory reclamation */
uv_async_t wakeup_trigger;
uv_prepare_t quiescent;
isc_qsbr_phase_t qsbr_phase;
};
/*
@@ -113,9 +110,6 @@ struct isc_loopmgr {
/* per-thread objects */
isc_loop_t *loops;
/* safe memory reclamation */
isc_qsbr_t qsbr;
};
/*