From 683d2cb48c4f3620fc3be68ba97b2d3bb5a40e30 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 25 Apr 2020 18:36:54 +0200 Subject: Added statistics --- http.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http.cpp') diff --git a/http.cpp b/http.cpp index cb95b0f..a4709bb 100644 --- a/http.cpp +++ b/http.cpp @@ -357,8 +357,8 @@ private: namespace HTTP { - Server::Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins) - : ::Server(config, ioc, socket, plugins) + Server::Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins, Statistics& statistics) + : ::Server(config, ioc, socket, plugins, statistics) { } -- cgit v1.2.3