bind9/lib/dns/include
Ondřej Surý 5a473b305d Create the negative trust anchor timer on the current loop
Instead of always creating the trust anchor timer (dns_nta_t) on the
main loop, create the timer on the current loop and associate each
dns_nta_t object to the loop it was created on.  This simplifies the
timer handling as everything is run on the associated loop.

During the change, the dns_nta_t structure was renamed to dns__nta_t
and changed to be fully internal to the nta.c compilation unit, and the
dns_ntatable_t structure was made opaque.  This required no change to
code using the API as dns_nta_t never had any external users and the
dns_ntatable_t was properly accessed only by using function calls.
2022-09-21 14:25:33 -07:00
..
dns Create the negative trust anchor timer on the current loop 2022-09-21 14:25:33 -07:00
dst Fix CID 352776: Concurrent data access violations 2022-05-23 11:36:13 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00