From: Remi Gacogne Date: Tue, 20 Nov 2018 11:23:46 +0000 (+0100) Subject: dnsdist: Remove useless uint64_t* type from DNSDistStats::entry_t X-Git-Tag: auth-4.2.0-alpha1~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7215%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove useless uint64_t* type from DNSDistStats::entry_t --- diff --git a/pdns/dnsdist.hh b/pdns/dnsdist.hh index bc57fd591c..651d5b8810 100644 --- a/pdns/dnsdist.hh +++ b/pdns/dnsdist.hh @@ -233,7 +233,7 @@ struct DNSDistStats double latencyAvg100{0}, latencyAvg1000{0}, latencyAvg10000{0}, latencyAvg1000000{0}; typedef std::function statfunction_t; - typedef boost::variant entry_t; + typedef boost::variant entry_t; std::vector> entries{ {"responses", &responses}, {"servfail-responses", &servfailResponses},