Get the tests working with liburcu

Mostly a few qp-trie details to adjust.
This commit is contained in:
Tony Finch
2023-03-08 14:52:30 +00:00
parent 9882a6ef90
commit c890b9b124
8 changed files with 16 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ AM_CFLAGS += \
AM_CPPFLAGS += \
$(LIBISC_CFLAGS) \
$(LIBDNS_CFLAGS) \
$(LIBURCU_CFLAGS) \
$(LIBUV_CFLAGS) \
-DFUZZDIR=\"$(abs_srcdir)\" \
-I$(top_srcdir)/lib/dns \

View File

@@ -16,10 +16,10 @@
#include <stdbool.h>
#include <stdint.h>
#include <isc/qsbr.h>
#include <isc/random.h>
#include <isc/refcount.h>
#include <isc/rwlock.h>
#include <isc/urcu.h>
#include <isc/util.h>
#include <dns/qp.h>