]> git.sesse.net Git - cubemap/blobdiff - serverpool.h
Send backlog file descriptors around instead of going through the protobuf. Much...
[cubemap] / serverpool.h
index 84a201fb6fb2aea2748cad988e1254fe80e662ac..a02798135b12eabe56b9516193831979ab40fec7 100644 (file)
@@ -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<int> &data_fds);
 
        // Adds the given data to all the servers.
        void set_header(const std::string &stream_id,