bind9/lib
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
..
dns Refactor isc_job_run to not-make any allocations 2023-03-30 16:00:52 +02:00
isc Add isc_async_current() macro to run job on current loop 2023-03-30 16:07:41 +02:00
isccc Apply adjusted clang-format 2023-03-10 17:31:28 +01:00
isccfg allow configuration of dnsrps library path 2023-03-28 15:44:31 -07:00
ns import libdummyrpz test library for DNSRPS 2023-03-28 15:44:31 -07:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00