relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / viewer-stream.h
index 3d9b076b75f533bf849e6eb6104fa33307d11f32..f394987ae6bce95e77b19285a46addf7685c5427 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,7 +53,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.025367 seconds and 5 git commands to generate.