X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=serverpool.h;h=44084bc180e6ebb5466b0e908acd78a3253b2f14;hp=cc37e1700d13c59df7a251103a996a492dc00410;hb=94959e83930c70e3e91931e1fb1f9c0ec4a6f374;hpb=4934a0983fee26765a3c1a5b6bf5834ba6e7e52c diff --git a/serverpool.h b/serverpool.h index cc37e17..44084bc 100644 --- a/serverpool.h +++ b/serverpool.h @@ -55,8 +55,8 @@ public: // Changes the given stream's encoding type on all the servers. void set_encoding(int stream_index, Stream::Encoding encoding); - // Adds the given ping endpoint to all the servers. - void add_ping(const std::string &url, const std::string &allow_origin); + // 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();