]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove obsolete dns_db_setloop()
authorEvan Hunt <each@isc.org>
Mon, 4 Aug 2025 21:31:59 +0000 (14:31 -0700)
committerEvan Hunt <each@isc.org>
Mon, 15 Sep 2025 16:11:50 +0000 (16:11 +0000)
commit7e7d8bece766cbeedae115a99bb2f041b8b6950a
tree0c04ef2e403379307b5fd3e66ca3bca51f813146
parentf717bad108691ca5b63575f7da135610fe63116c
remove obsolete dns_db_setloop()

no database implementation has needed an event loop
since the RBT cache was removed, so the setloop API call
is no longer needed.
bin/tests/system/dyndb/driver/db.c
lib/dns/cache.c
lib/dns/db.c
lib/dns/include/dns/db.h
lib/dns/qpzone.c
lib/dns/sdlz.c
lib/dns/zone.c