plugins/ctf: Remove unused uuid-related fields in struct ctf_fs_metadata
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 56fe4891931ceccfbda0879a0fe284b880457e43..e254aeb4416345b224dd0b31fec4e40df4b6610e 100644 (file)
@@ -63,8 +63,6 @@ struct ctf_fs_metadata {
        /* Owned by this */
        char *text;
 
-       uint8_t uuid[16];
-       bool is_uuid_set;
        int bo;
 };
 
@@ -114,7 +112,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;
@@ -149,9 +147,6 @@ struct ctf_fs_msg_iter_data {
 
        /* Owned by this */
        struct bt_msg_iter *msg_iter;
-
-       /* True to skip BT_MESSAGE_TYPE_STREAM_BEGINNING messages */
-       bool skip_stream_begin_msgs;
 };
 
 BT_HIDDEN
@@ -198,4 +193,8 @@ bt_self_message_iterator_status ctf_fs_iterator_next(
                bt_message_array_const msgs, uint64_t capacity,
                uint64_t *count);
 
+BT_HIDDEN
+bt_self_message_iterator_status ctf_fs_iterator_seek_beginning(
+               bt_self_message_iterator *message_iterator);
+
 #endif /* BABELTRACE_PLUGIN_CTF_FS_H */
This page took 0.022902 seconds and 4 git commands to generate.