Backport: relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / stream.h
index d471c7b7f49561c7c1882b5c584822daf037fcb5..e69a255ba9b9596e74b1502541d7dafadf15fff6 100644 (file)
@@ -30,6 +30,7 @@
 #include "session.h"
 #include "stream-fd.h"
 #include "tracefile-array.h"
+#include "index-file.h"
 
 /*
  * Represents a stream in the relay
@@ -59,7 +60,7 @@ struct relay_stream {
        /* FD on which to write the stream data. */
        struct stream_fd *stream_fd;
        /* index file on which to write 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.023911 seconds and 5 git commands to generate.