lib: split trace API into trace class and trace APIs
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 83cf3a9c261dde0465e9e87a1bb3741ee2a65f98..3542f58aa28034634830199b23af40cdecb7cdb5 100644 (file)
@@ -53,7 +53,7 @@ struct ctf_fs_metadata {
        struct ctf_metadata_decoder *decoder;
 
        /* Owned by this */
-       struct bt_trace *trace;
+       struct bt_trace_class *trace_class;
 
        /* Weak (owned by `decoder` above) */
        struct ctf_trace_class *tc;
@@ -85,6 +85,9 @@ struct ctf_fs_trace {
        /* Owned by this */
        struct ctf_fs_metadata *metadata;
 
+       /* Owned by this */
+       struct bt_trace *trace;
+
        /* Array of struct ctf_fs_ds_file_group *, owned by this */
        GPtrArray *ds_file_groups;
 
This page took 0.023352 seconds and 4 git commands to generate.