]> git.sesse.net Git - cubemap/blobdiff - serverpool.h
Make backlog_size changeable across HUPs.
[cubemap] / serverpool.h
index 106877a65cfdc48086aeabaf8dc2100059b34f7a..ba60d7c0d9b0705e01c372ed9f4d71d9db99e35d 100644 (file)
@@ -36,6 +36,9 @@ public:
        // Connects the given stream to the given mark pool for all the servers.
        void set_mark_pool(const std::string &stream_id, MarkPool *mark_pool);
 
        // Connects the given stream to the given mark pool for all the servers.
        void set_mark_pool(const std::string &stream_id, MarkPool *mark_pool);
 
+       // Changes the given stream's backlog size on all the servers.
+       void set_backlog_size(const std::string &stream_id, size_t new_size);
+
        // Starts all the servers.
        void run();
 
        // Starts all the servers.
        void run();