]> git.sesse.net Git - cubemap/blobdiff - serverpool.h
Add missing libsystemd-dev package to HOWTO.
[cubemap] / serverpool.h
index e0c59cd01252cfa0821dd226ddc161daa385db7b..44084bc180e6ebb5466b0e908acd78a3253b2f14 100644 (file)
@@ -55,6 +55,9 @@ public:
        // Changes the given stream's encoding type on all the servers.
        void set_encoding(int stream_index, Stream::Encoding encoding);
 
+       // Adds the given gen204 endpoint to all the servers.
+       void add_gen204(const std::string &url, const std::string &allow_origin);
+
        // Starts all the servers.
        void run();