bind9/bin/nsupdate
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 added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00
nsupdate.c Add isc_async_current() macro to run job on current loop 2023-03-30 16:07:41 +02:00
nsupdate.rst Add checking of _dns SVCB records constraints to nsupdate 2022-10-29 00:22:54 +11:00