]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor dns_master_loadfileinc() to use loopmgr instead of tasks
authorEvan Hunt <each@isc.org>
Tue, 25 Oct 2022 21:38:53 +0000 (14:38 -0700)
committerEvan Hunt <each@isc.org>
Sun, 30 Oct 2022 21:56:40 +0000 (14:56 -0700)
commitdcc4c3e3ec8a3c2a4317ea4e3871a8cccdcac09a
tree28b4b5c8c4b3983f684d55a8da4ce994b53d7fad
parent0fc0d485daaf58337ab23fb11a1a2fac11d71aab
Refactor dns_master_loadfileinc() to use loopmgr instead of tasks

Incremental file loads now use loopmgr events instead of task events.

The dns_master_loadstreaminc(), _loadbufferinc(), _loadlexer() and
_loadlexerinc() functions were not used in BIND, and have been removed.
lib/dns/include/dns/events.h
lib/dns/include/dns/master.h
lib/dns/master.c
lib/dns/zone.c