Backport: relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / viewer-stream.h
index 5dc135dc6c4972eb104aec630ca088cbd8ed62fc..1a390964d285321b092579dfb0bc58c7db37d662 100644 (file)
@@ -29,6 +29,7 @@
 #include "ctf-trace.h"
 #include "lttng-viewer-abi.h"
 #include "stream.h"
+#include "index-file.h"
 
 struct relay_stream;
 
@@ -52,8 +53,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 relay_index_file *index_file;
 
        char *path_name;
        char *channel_name;
This page took 0.024536 seconds and 5 git commands to generate.