bind9/lib/ns/tests
Ondřej Surý 9de10cd153 Remove extrahandle size from netmgr
Previously, it was possible to assign a bit of memory space in the
nmhandle to store the client data.  This was complicated and prevents
further refactoring of isc_nmhandle_t caching (future work).

Instead of caching the data in the nmhandle, allocate the hot-path
ns_client_t objects from per-thread clientmgr memory context and just
assign it to the isc_nmhandle_t via isc_nmhandle_set().
2022-03-25 10:38:35 +01:00
..
testdata Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
listenlist_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
notify_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
nstest.c Remove extrahandle size from netmgr 2022-03-25 10:38:35 +01:00
nstest.h Make netmgr the authority on number of threads running 2022-03-18 21:53:28 +01:00
plugin_test.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
query_test.c Remove extra copies and stray members from ns_client_t 2022-03-25 10:18:11 +01:00