Backport: relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / viewer-stream.h
index 2514b172214ac02d6929042180cc15b7215e94b9..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;
 
@@ -53,7 +54,7 @@ struct relay_viewer_stream {
        /* FD from which to read the stream data. */
        struct stream_fd *stream_fd;
        /* index file from which to read the index data. */
-       struct lttng_index_file *index_file;
+       struct relay_index_file *index_file;
 
        char *path_name;
        char *channel_name;
This page took 0.024455 seconds and 5 git commands to generate.