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