mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
The use of isc_appctx_t in dns_client was used to wait for dns_client_startresolve() to finish the processing (the resolve_done() task callback). This has been replaced with standard bool+cond+lock combination removing the need of isc_appctx_t altogether. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| Makefile.am | ||