mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 02:28:55 -04:00
The type `ns_pluginregister_ctx_t` was initially added to pass plugin contextual data when the plugin is registered, but this is also now passed into `plugin_check`. Furthermore, those various data are not specific to the registration in particular. Rename the type into `ns_pluginctx_t` for clarity. |
||
|---|---|---|
| .. | ||
| include | ||
| .gitignore | ||
| client.c | ||
| hooks.c | ||
| interfacemgr.c | ||
| listenlist.c | ||
| meson.build | ||
| notify.c | ||
| probes-ns.d | ||
| query.c | ||
| server.c | ||
| stats.c | ||
| tests | ||
| update.c | ||
| xfrout.c | ||