lib: make trace IR API const-correct
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index c5590d7eb396d481ed16bd5939e1cbee7a8b8106..4b4dcc018741ace1f159d7fd1d412b6ea0745d54 100644 (file)
@@ -53,7 +53,7 @@ struct ctf_fs_metadata {
        struct ctf_metadata_decoder *decoder;
 
        /* Owned by this */
-       struct bt_private_trace *trace;
+       struct bt_trace *trace;
 
        /* Weak (owned by `decoder` above) */
        struct ctf_trace_class *tc;
@@ -111,10 +111,10 @@ struct ctf_fs_ds_file_group {
        GPtrArray *ds_file_infos;
 
        /* Owned by this */
-       struct bt_private_stream_class *stream_class;
+       struct bt_stream_class *stream_class;
 
        /* Owned by this */
-       struct bt_private_stream *stream;
+       struct bt_stream *stream;
 
        /* Stream (instance) ID; -1ULL means none */
        uint64_t stream_id;
This page took 0.024612 seconds and 4 git commands to generate.