relayd: replace uses of block FDs by the fs_handle interface
[lttng-tools.git] / src / bin / lttng-relayd / viewer-stream.h
index a3262e24241d51cd72bda1ee1453bd17e03a27bd..63fb71cb6ad39ed896e6f675456629612b0e586f 100644 (file)
@@ -50,8 +50,7 @@ struct relay_viewer_stream {
        struct relay_stream *stream;
 
        struct {
-               /* FD from which to read the stream data. */
-               struct stream_fd *fd;
+               struct fs_handle *handle;
                struct lttng_trace_chunk *trace_chunk;
        } stream_file;
        /* index file from which to read the index data. */
This page took 0.024149 seconds and 5 git commands to generate.