]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
mmapped_* nit: move from daemon/ to lib/ docs-develop-rrl-8r8r8r/deployments/5488
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 4 Nov 2024 14:54:48 +0000 (15:54 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 4 Nov 2024 15:08:02 +0000 (16:08 +0100)
commit19c4c0b59666554f8ef072aac0699bde9069184c
tree9a4506b0b7a023cf4f46681bf3ebc5f46151562c
parent53db552b054fa2bf804e56d3544ab4a56dbfe918
mmapped_* nit: move from daemon/ to lib/

We'll utilize this for cache, so this will be an easy way for GC
to access the mmapped_* symbols.

In lib/ we usually prefix symbols by kr_ but I don't think it's worth
the hassle in this case, as mmapped_ seems like a good enough prefix.
daemon/defer.c
daemon/meson.build
daemon/ratelimiting.c
lib/meson.build
lib/mmapped.c [moved from daemon/mmapped.c with 99% similarity]
lib/mmapped.h [moved from daemon/mmapped.h with 95% similarity]