X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Ffs.h;h=bbac1bb4d96daf7ee4fcbf286b702ed118c26141;hb=9ad06719b5dbc386634334c4a5b17bd139703f9a;hp=33b5884829546c3fd8d5423051417e46f93c70f7;hpb=9d69da48590e1b1833c5a80eb6f7b6928550569d;p=deliverable%2Fbabeltrace.git diff --git a/plugins/ctf/fs-src/fs.h b/plugins/ctf/fs-src/fs.h index 33b588482..bbac1bb4d 100644 --- a/plugins/ctf/fs-src/fs.h +++ b/plugins/ctf/fs-src/fs.h @@ -49,7 +49,7 @@ struct ctf_fs_file { struct ctf_fs_metadata { /* Owned by this */ - struct bt_ctf_trace *trace; + struct bt_trace *trace; /* Owned by this */ char *text; @@ -102,10 +102,10 @@ struct ctf_fs_ds_file_group { GPtrArray *ds_file_infos; /* Owned by this */ - struct bt_ctf_stream_class *stream_class; + struct bt_stream_class *stream_class; /* Owned by this */ - struct bt_ctf_stream *stream; + struct bt_stream *stream; /* Stream (instance) ID; -1ULL means none */ uint64_t stream_id; @@ -130,7 +130,7 @@ struct ctf_fs_notif_iter_data { size_t ds_file_info_index; /* Owned by this */ - struct bt_ctf_notif_iter *notif_iter; + struct bt_notif_iter *notif_iter; }; BT_HIDDEN