bind9/lib/ns/include/ns
Evan Hunt 0cdcc8a8f4 rename NS_QUERY_RESET to NS_QUERY_CLEANUP
query_reset() is called during query initialization, but the only
time the NS_QUERY_SETUP hook runs is when it's called from
query_cleanup().  it makes more sense to move the hook point to
there and rename it to NS_QUERY_CLEANUP.

this change caused a crash in the unit tests due to the view being
unnecessarily detached before ns__client_reset_cb() was called.
this has also been fixed.
2025-09-10 17:46:53 -07:00
..
client.h Change the loopmgr to be singleton 2025-07-23 22:44:16 +02:00
hooks.h rename NS_QUERY_RESET to NS_QUERY_CLEANUP 2025-09-10 17:46:53 -07:00
interfacemgr.h Refactor the network manager to be a singleton 2025-07-23 22:45:38 +02:00
listenlist.h Remove ns_listenlist_default() 2024-11-26 15:22:30 -08:00
notify.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
query.h minimize calls to dns_zone_gethooktable per qctx 2025-09-10 14:05:42 -07:00
server.h Implement '-T slowrpz' named testing option 2025-08-22 16:31:17 +00:00
stats.h Add EDNS ZONEVERSION option counter 2025-03-24 22:16:09 +00:00
types.h Remove AES algorithm for DNS cookies 2023-11-15 10:31:16 +01:00
update.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
xfrout.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00