]> git.sesse.net Git - cubemap/blobdiff - serverpool.h
Do not keep pending data across HTTP connections.
[cubemap] / serverpool.h
index c22fb67462644f053da8ca0170fc21afebd1c931..5dee5f778e8a534a720c0683405a8fe6e24b6313 100644 (file)
@@ -35,6 +35,9 @@ public:
        // Starts all the servers.
        void run();
 
+       // Stops all the servers.
+       void stop();
+
        std::vector<ClientStats> get_client_stats() const;
 
 private: