Fix: src.ctf.fs: do not use trace IR objects in queries
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 694b18480c8053d2796203bc499c8b32502c059b..40060c6a017d1dee1fce57d936dfd38b2d3310f9 100644 (file)
@@ -114,7 +114,7 @@ struct ctf_fs_ds_file_group {
        GPtrArray *ds_file_infos;
 
        /* Owned by this */
-       bt_stream_class *stream_class;
+       struct ctf_stream_class *sc;
 
        /* Owned by this */
        bt_stream *stream;
This page took 0.027021 seconds and 4 git commands to generate.