MINOR: resolvers: rework dns stats prototype because specific to resolvers
authorEmeric Brun <ebrun@haproxy.com>
Wed, 6 Jan 2021 15:01:02 +0000 (16:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Feb 2021 08:43:18 +0000 (09:43 +0100)
commitd3b4495f0d015bd21b065ec5a35f160bb4b9e949
tree3dff552c1901816de58f81cc447b3e0ea82a92f0
parent6a2006ae3705e482de0ed6ea66b8d49880d5495f
MINOR: resolvers: rework dns stats prototype because specific to resolvers

Counters are currently stored into lowlevel nameservers struct but
most of them are resolving layer data and increased in the upper layer
So this patch renames the prototype used to allocate/dump them with prefix
'resolv' waiting for a clean split.
include/haproxy/dns.h
src/dns.c
src/stats.c