Fix: relayd vs consumerd compatibility
[lttng-tools.git] / src / bin / lttng-relayd / stream.h
index 5030e5d4c47e03291b22102aaef1b50a093bd33a..d471c7b7f49561c7c1882b5c584822daf037fcb5 100644 (file)
@@ -58,8 +58,8 @@ struct relay_stream {
 
        /* FD on which to write the stream data. */
        struct stream_fd *stream_fd;
-       /* FD on which to write the index data. */
-       struct stream_fd *index_fd;
+       /* index file on which to write the index data. */
+       struct lttng_index_file *index_file;
 
        char *path_name;
        char *channel_name;
This page took 0.022694 seconds and 4 git commands to generate.