]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
QRVERBOSE: move more code into a function, add docs
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 22 Nov 2018 15:15:06 +0000 (16:15 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 26 Nov 2018 14:18:23 +0000 (15:18 +0100)
commitc5a90fd1bf475b4596afc5af83906f3dbb791411
tree650dc212e8d307580e740d2a12e854ae2a37d97b
parent934b5f5946f797fdc6d66cd21fa12cd7cba3b50e
QRVERBOSE: move more code into a function, add docs

There's only very little that makes sense to "inline".
My understanding that it makes sense to have such heavier
optimization only for the case when no verbose logging is done.
This might actually help due to decreasing code size.
lib/layer.h
lib/layer/iterate.c
lib/utils.c
lib/utils.h