src.ctf.fs: name the stream objects with their file's path
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 64eab95b921bb9c45871edf8b496a69d7d1d14c2..d832495d9212a1ccf52bd47108f042c762a3f6f5 100644 (file)
@@ -102,9 +102,15 @@ struct ctf_fs_ds_file_group {
         */
        GPtrArray *ds_file_infos;
 
+       /* Owned by this */
+       struct bt_ctf_stream_class *stream_class;
+
        /* Owned by this */
        struct bt_ctf_stream *stream;
 
+       /* Stream (instance) ID; -1ULL means none */
+       uint64_t stream_id;
+
        /* Weak, belongs to component */
        struct ctf_fs_trace *ctf_fs_trace;
 };
This page took 0.024525 seconds and 4 git commands to generate.