]> git.ipfire.org Git - thirdparty/bind9.git/commit
make hook actions return an enum instead of a bool
authorMichał Kępień <michal@isc.org>
Thu, 6 Dec 2018 10:36:30 +0000 (11:36 +0100)
committerEvan Hunt <each@isc.org>
Thu, 6 Dec 2018 18:36:50 +0000 (10:36 -0800)
commit0e12988dd62dfdfdbefb0aa967620e46acba2b78
tree4ff80b3c022369c5391ddca5aa80abfd027ce0e9
parentf70a84537d8afd532ae9ee5d7a5d7e17b94937a2
make hook actions return an enum instead of a bool

Use an enum instead of a bool for the return type of hook actions in
order to facilitate adding further hook processing models in the future.
bin/plugins/filter-aaaa.c
lib/ns/include/ns/hooks.h
lib/ns/query.c
lib/ns/tests/nstest.c
lib/ns/tests/nstest.h