]> git.ipfire.org Git - thirdparty/bind9.git/commit
rename ns_pluginregister_ctx_t into ns_pluginctx_t
authorColin Vidal <colin@isc.org>
Wed, 1 Oct 2025 11:32:59 +0000 (13:32 +0200)
committerColin Vidal <colin@isc.org>
Wed, 1 Oct 2025 18:20:48 +0000 (20:20 +0200)
commit62002cfa9ce7a4af1c01e0b10eea272f7f746509
treef84b24b566359247dccf4417ef44df599092c476
parentfe717ed9108b47cb881fb88fe5a0b401da832bcd
rename ns_pluginregister_ctx_t into ns_pluginctx_t

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.
bin/named/server.c
bin/named/zoneconf.c
bin/plugins/filter-a.c
bin/plugins/filter-aaaa.c
bin/plugins/synthrecord.c
bin/tests/system/hooks/driver/test-async.c
bin/tests/system/hooks/driver/test-syncplugin.c
lib/isccfg/check.c
lib/ns/hooks.c
lib/ns/include/ns/hooks.h