bind9/bin/delv
Evan Hunt 63659e2e3a
complete removal of isc_loop_current()
isc_loop() can now take its place.

This also requires changes to the test harness - instead of running the
setup and teardown outside of th main loop, we now schedule the setup
and teardown to run on the loop (via isc_loop_setup() and
isc_loop_teardown()) - this is needed because the new the isc_loop()
call has to be run on the active event loop, but previously the
isc_loop_current() (and the variants like isc_loop_main()) would work
even outside of the loop because it needed just isc_tid() to work, but
not the full loop (which was mainly true for the main thread).
2024-04-02 10:35:56 +02:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
delv.c complete removal of isc_loop_current() 2024-04-02 10:35:56 +02:00
delv.rst Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
Makefile.am add "delv +ns" command, for full internal resolution 2023-03-28 12:39:05 -07:00