X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stream.h;h=7e20aef2f02c6147e952c3804c55f705d39f0363;hp=22a162df0f753bbb70fa3844ba534e75d3bb666c;hb=479933dbc99e984f1ecf9987441fa3ee8a7bd382;hpb=8f44468bfe4a1d1607b0ab7044c3071605ae1fa7 diff --git a/stream.h b/stream.h index 22a162d..7e20aef 100644 --- 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.