X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=stream.h;h=7e20aef2f02c6147e952c3804c55f705d39f0363;hb=534764f026b82b144e974882c8e53c4cd8d21b68;hp=22a162df0f753bbb70fa3844ba534e75d3bb666c;hpb=3b8ad87137cff7522ed12f4675d5ff26933bc94a;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.