commit | d174f0e59a5bf0366610ebc6e37c9859104566f9 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Fri Oct 29 17:30:41 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 03 17:16:46 2021 +0100 |
tree | 839ba5f775d56aa29ea335d1fb4562228210251e | |
parent | 0161d32df2b602cd1571539cb8890a68518832a3 [diff] |
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.