]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add missing files to testrunner sources
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 8 Jul 2025 08:59:57 +0000 (10:59 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 9 Jul 2025 09:17:19 +0000 (11:17 +0200)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/Makefile.am
pdns/recursordist/syncres.cc

index 472f1307eec4a315ba5b0899deda7eea0ae5c5aa..3c76a6125a68703b9c4ffca5b737c78be963a441 100644 (file)
@@ -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 \
index a7bc61d23ae7a1622f7c6e162699a4a388f5d7c0..e37d1589ee8ee38148fb3b683b842402527b8ff1 100644 (file)
@@ -117,7 +117,6 @@ private:
   cont_t d_cont;
 };
 
-
 static LockGuarded<nsspeeds_t> s_nsSpeeds;
 
 size_t SyncRes::getNSSpeedTable(size_t maxSize, std::string& ret)