X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=server.h;h=a3e032d88f71a2f66b9613781d64053a6f32b143;hp=523f5c55f376eed2ca9becf25a15c60a9172ba70;hb=5cd46e39b4063d94f6dc559ae350beeb8406a8f9;hpb=8f44468bfe4a1d1607b0ab7044c3071605ae1fa7 diff --git a/server.h b/server.h index 523f5c5..a3e032d 100644 --- a/server.h +++ b/server.h @@ -55,7 +55,7 @@ public: CubemapStateProto serialize(); void add_client_from_serialized(const ClientProto &client); void add_stream(const std::string &stream_id, size_t bytes_received, Stream::Encoding encoding); - void add_stream_from_serialized(const StreamProto &stream); + void add_stream_from_serialized(const StreamProto &stream, int data_fd); void set_backlog_size(const std::string &stream_id, size_t new_size); void set_encoding(const std::string &stream_id, Stream::Encoding encoding);