X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=serverpool.h;h=c72623da13664fca6d54809f42bfb0393ac22835;hp=e52aee8acf6ac92db9001dfbd72e12aa473c61af;hb=513af50c3e3454aafc25e97a7d20c206006e4d4c;hpb=6544fa0ec3f3a501bcb89ea977756911bd7f3ebd diff --git a/serverpool.h b/serverpool.h index e52aee8..c72623d 100644 --- a/serverpool.h +++ b/serverpool.h @@ -41,7 +41,7 @@ public: void set_header(int stream_index, const std::string &http_header, const std::string &stream_header); - void add_data(int stream_index, const char *data, size_t bytes, StreamStartSuitability suitable_for_stream_start); + void add_data(int stream_index, const char *data, size_t bytes, uint16_t metacube_flags); // Sets the max pacing rate for all the servers. void set_pacing_rate(int stream_index, uint32_t pacing_rate);