X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fviewer-stream.h;h=2514b172214ac02d6929042180cc15b7215e94b9;hp=5dc135dc6c4972eb104aec630ca088cbd8ed62fc;hb=f8f3885cc52af9d3c951da78989d6f4a25270411;hpb=de7e372efecc2cf51921f2ac5a657337e04a39d3 diff --git a/src/bin/lttng-relayd/viewer-stream.h b/src/bin/lttng-relayd/viewer-stream.h index 5dc135dc6..2514b1722 100644 --- a/src/bin/lttng-relayd/viewer-stream.h +++ b/src/bin/lttng-relayd/viewer-stream.h @@ -52,8 +52,8 @@ struct relay_viewer_stream { /* FD from which to read the stream data. */ struct stream_fd *stream_fd; - /* FD from which to read the index data. */ - struct stream_fd *index_fd; + /* index file from which to read the index data. */ + struct lttng_index_file *index_file; char *path_name; char *channel_name;