X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=serverpool.h;h=a02798135b12eabe56b9516193831979ab40fec7;hb=534764f026b82b144e974882c8e53c4cd8d21b68;hp=84a201fb6fb2aea2748cad988e1254fe80e662ac;hpb=3b8ad87137cff7522ed12f4675d5ff26933bc94a;p=cubemap diff --git a/serverpool.h b/serverpool.h index 84a201f..a027981 100644 --- a/serverpool.h +++ b/serverpool.h @@ -27,7 +27,7 @@ public: // Adds the given stream to all the servers. void add_stream(const std::string &stream_id, size_t backlog_size, Stream::Encoding encoding); - void add_stream_from_serialized(const StreamProto &stream); + void add_stream_from_serialized(const StreamProto &stream, const std::vector &data_fds); // Adds the given data to all the servers. void set_header(const std::string &stream_id,