]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/log: typing improvements
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Jul 2021 09:27:17 +0000 (11:27 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 29 Jul 2021 09:42:33 +0000 (11:42 +0200)
commitbdf304b5f26a4b5e196ac986e145157141a1533b
treefc23f275815483bbd9b342212145df3a799a56b1
parent71c79c771aef1fea1b03d8b1e089b909ce5f1f8e
lib/log: typing improvements

- const for names of log groups
- enum kr_log_group for a single log group
- the kr_log_groups bitmap doesn't need to be exposed or even exported
- return bool instead of int
daemon/engine.c
daemon/lua/kres-gen-29.lua
daemon/lua/kres-gen.sh
lib/log.c
lib/log.h