diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-25 18:36:54 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-25 18:36:54 +0200 |
commit | 683d2cb48c4f3620fc3be68ba97b2d3bb5a40e30 (patch) | |
tree | 8c0ae6438f6ec706a170eb41f683d6c91dc4a800 /http.h | |
parent | b2c34d03399978a3d0838ee7ed92c760e7908721 (diff) |
Added statistics
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ namespace HTTP { class Server: public ::Server { 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; }; |