bind9/bin/delv
Ondřej Surý f5fc224af3
Add isc_async_current() macro to run job on current loop
Previously, isc_job_run() could have been used to run the job on the
current loop and the isc_job_run() would take care of allocating and
deallocating the job.  After the change in this MR, the isc_job_run()
is more complicated to use, so we introduce the isc_async_current()
macro to suplement isc_async_run() when we need to run the job on the
current loop.
2023-03-30 16:07:41 +02:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
delv.c Add isc_async_current() macro to run job on current loop 2023-03-30 16:07:41 +02:00
delv.rst add "delv +hint" 2023-03-28 12:39:06 -07:00
Makefile.am add "delv +ns" command, for full internal resolution 2023-03-28 12:39:05 -07:00