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