]> git.sesse.net Git - cubemap/blobdiff - stream.h
If make_tempfile() returns -1 in set_backlog_size, exit properly.
[cubemap] / stream.h
index 22a162df0f753bbb70fa3844ba534e75d3bb666c..7e20aef2f02c6147e952c3804c55f705d39f0363 100644 (file)
--- a/stream.h
+++ b/stream.h
@@ -22,7 +22,7 @@ struct Stream {
        ~Stream();
 
        // Serialization/deserialization.
-       Stream(const StreamProto &serialized);
+       Stream(const StreamProto &serialized, int data_fd);
        StreamProto serialize();
 
        // Changes the backlog size, restructuring the data as needed.