From e23794188ad01b904272336f391df38f0e4e157a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 8 Jul 2025 10:59:57 +0200 Subject: [PATCH] Add missing files to testrunner sources Signed-off-by: Otto Moerbeek --- pdns/recursordist/Makefile.am | 1 + pdns/recursordist/syncres.cc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2