]> git.kaiwu.me - haproxy.git/commit
MINOR: resolvers/dns: split dns and resolver counters in dns_counter struct
authorEmeric Brun <ebrun@haproxy.com>
Fri, 29 Oct 2021 15:30:41 +0000 (17:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Nov 2021 16:16:46 +0000 (17:16 +0100)
commitd174f0e59a5bf0366610ebc6e37c9859104566f9
tree839ba5f775d56aa29ea335d1fb4562228210251e
parent0161d32df2b602cd1571539cb8890a68518832a3
MINOR: resolvers/dns: split dns and resolver counters in dns_counter struct

This patch add a union and struct into dns_counter struct to split
application specific counters.

The only current existing application is the resolver.c layer but
in futur we could handle different application such as dns load
balancing with others specific counters.

This patch should not be backported.
include/haproxy/dns-t.h
src/resolvers.c
src/server.c