mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-21 00:40:39 -05:00
This work cleans up the API which includes couple of things:
1. Make the isc_appctx_t type fully opaque
2. Protect all access to the isc_app_t members via stdatomics
3. sigwait() is part of POSIX.1, remove dead non-sigwait code
4. Remove unused code: isc_appctx_set{taskmgr,sockmgr,timermgr}
|
||
|---|---|---|
| .. | ||
| win32 | ||
| .gitignore | ||
| Makefile-postinstall.in | ||
| Makefile.in | ||
| nsprobe.c | ||
| resolve.c | ||
| rootkey.sh | ||
| sample-async.c | ||
| sample-gai.c | ||
| sample-request.c | ||
| sample-update.c | ||