src.ctf.fs: make ctf_fs_ds_file_group::stream a bt2::Stream::Shared
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.hpp
index 8eadd236ce8eeeb28655988c4c08c87809571861..f01ab7e9ad732b21eace88323a91ac280ddea483 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <babeltrace2/babeltrace.h>
 
+#include "cpp-common/bt2/trace-ir.hpp"
 #include "cpp-common/bt2c/data-len.hpp"
 #include "cpp-common/bt2c/logging.hpp"
 
@@ -136,8 +137,7 @@ struct ctf_fs_ds_file_group
     /* Owned by this */
     struct ctf_stream_class *sc = nullptr;
 
-    /* Owned by this */
-    bt_stream *stream = nullptr;
+    bt2::Stream::Shared stream;
 
     /* Stream (instance) ID; -1ULL means none */
     uint64_t stream_id = 0;
This page took 0.022407 seconds and 4 git commands to generate.