]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/cache: make entry_h_consistent() generic
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 14 Jun 2019 12:48:21 +0000 (14:48 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 10 Jul 2019 13:59:21 +0000 (15:59 +0200)
commited83b9731b91810f5c6493a17b8826cb19ad5988
tree252389b8a6db221ee07f2df01b1384db2f7ff2a7
parent1b78de8ea4dd8ded79a59e77b0c83d58c3473d50
lib/cache: make entry_h_consistent() generic

Basically all use cases get renamed to *_E(), except one in utils/kr_cache_gc.
It was perhaps confusing that this name only applied to 'E' entries.
lib/cache/api.c
lib/cache/entry_list.c
lib/cache/impl.h
lib/cache/peek.c