Fix: relayd vs consumerd compatibility
[lttng-tools.git] / src / bin / lttng-relayd / viewer-stream.h
index 5dc135dc6c4972eb104aec630ca088cbd8ed62fc..2514b172214ac02d6929042180cc15b7215e94b9 100644 (file)
@@ -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 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;
 
        char *path_name;
        char *channel_name;
This page took 0.023136 seconds and 4 git commands to generate.