src.ctf.fs: implement "seek beginning" method
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 56fe4891931ceccfbda0879a0fe284b880457e43..694b18480c8053d2796203bc499c8b32502c059b 100644 (file)
@@ -149,9 +149,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 +195,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.025524 seconds and 4 git commands to generate.