From 254f1dc9e629e9de818672174a6614c6595fb11a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 6 Aug 2018 20:20:46 +0200 Subject: Support arbitrary ports and port-range splitting --- src/Detector/Detector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Detector/Detector.h') diff --git a/src/Detector/Detector.h b/src/Detector/Detector.h index 1969dbd..4295e63 100644 --- a/src/Detector/Detector.h +++ b/src/Detector/Detector.h @@ -17,7 +17,7 @@ class Detector { public: - Detector(const std::string& address, const std::string& configPath, const unsigned int timeIntervall); + Detector(const std::string& address, const std::string& configPath, const int firstPort, const int numPorts, const unsigned int timeIntervall); auto run() -> void; private: -- cgit v1.2.3