relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / stream.h
index fb3e1ed68b936e1fd7411273c4b7a9b338f76e0b..886fa0e480f72220560588e27b2cff760a2835b5 100644 (file)
@@ -30,6 +30,7 @@
 #include "session.h"
 #include "stream-fd.h"
 #include "tracefile-array.h"
+#include "index-file.h"
 
 struct relay_stream_chunk_id {
        bool is_set;
@@ -58,7 +59,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.025515 seconds and 5 git commands to generate.