Backport: relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / stream.h
index 5030e5d4c47e03291b22102aaef1b50a093bd33a..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
@@ -58,8 +59,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 relay_index_file *index_file;
 
        char *path_name;
        char *channel_name;
This page took 0.025758 seconds and 5 git commands to generate.