From 683d2cb48c4f3620fc3be68ba97b2d3bb5a40e30 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 25 Apr 2020 18:36:54 +0200 Subject: Added statistics --- https.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'https.h') diff --git a/https.h b/https.h index 864f379..738e122 100644 --- a/https.h +++ b/https.h @@ -40,7 +40,7 @@ private: ctx_type m_ctx; public: - Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins); + Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins, Statistics& statistics); virtual ~Server(); int start() override; -- cgit v1.2.3