X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fviewer-stream.h;h=7c42dfad39a7444038400101b88334aae622237a;hb=d37856b8d3033144818786de1c5c5b898fe2946e;hp=3d9b076b75f533bf849e6eb6104fa33307d11f32;hpb=ce4d40839ac3beef1a58730d3636a522497bc60f;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/viewer-stream.h b/src/bin/lttng-relayd/viewer-stream.h index 3d9b076b7..7c42dfad3 100644 --- a/src/bin/lttng-relayd/viewer-stream.h +++ b/src/bin/lttng-relayd/viewer-stream.h @@ -49,8 +49,11 @@ struct relay_viewer_stream { /* Back ref to stream. */ struct relay_stream *stream; - /* FD from which to read the stream data. */ - struct stream_fd *stream_fd; + struct { + /* FD from which to read the stream data. */ + struct stream_fd *fd; + struct lttng_trace_chunk *trace_chunk; + } stream_file; /* index file from which to read the index data. */ struct lttng_index_file *index_file;