From: Otto Moerbeek Date: Tue, 8 Jul 2025 08:59:57 +0000 (+0200) Subject: Add missing files to testrunner sources X-Git-Tag: rec-5.4.0-alpha0~41^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23794188ad01b904272336f391df38f0e4e157a;p=thirdparty%2Fpdns.git Add missing files to testrunner sources Signed-off-by: Otto Moerbeek --- diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 472f1307ee..3c76a6125a 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -327,6 +327,7 @@ testrunner_SOURCES = \ rcpgenerator.cc \ rec-eventtrace.cc rec-eventtrace.hh \ rec-responsestats.hh rec-responsestats.cc \ + rec-nsspeeds.cc rec-nsspeeds.hh \ rec-rust-lib/cxxsupport.cc \ rec-system-resolve.hh rec-system-resolve.cc \ rec-taskqueue.cc rec-taskqueue.hh \ diff --git a/pdns/recursordist/syncres.cc b/pdns/recursordist/syncres.cc index a7bc61d23a..e37d1589ee 100644 --- a/pdns/recursordist/syncres.cc +++ b/pdns/recursordist/syncres.cc @@ -117,7 +117,6 @@ private: cont_t d_cont; }; - static LockGuarded s_nsSpeeds; size_t SyncRes::getNSSpeedTable(size_t maxSize, std::string& ret)