mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-21 09:26:12 -04:00
previously query plugins were strictly synchrounous - the query process would be interrupted at some point, data would be looked up or a change would be made, and then the query processing would resume immediately. this commit enables query plugins to initiate asynchronous processes and resume on a completion event, as with recursion. |
||
|---|---|---|
| .. | ||
| client.h | ||
| events.h | ||
| hooks.h | ||
| interfacemgr.h | ||
| lib.h | ||
| listenlist.h | ||
| log.h | ||
| notify.h | ||
| query.h | ||
| server.h | ||
| sortlist.h | ||
| stats.h | ||
| types.h | ||
| update.h | ||
| xfrout.h | ||