src.ctf.fs: emit stream activity beginning/end messages
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 3f36387f495d0e0f25c26713071b38c6a088bd34..d43885f09fbbbab0f528e315a405364ddce6b6e7 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
@@ -170,7 +167,8 @@ bt_query_status ctf_fs_query(
                const bt_value **result);
 
 BT_HIDDEN
-struct ctf_fs_trace *ctf_fs_trace_create(const char *path, const char *name,
+struct ctf_fs_trace *ctf_fs_trace_create(bt_self_component_source *self_comp,
+               const char *path, const char *name,
                struct ctf_fs_metadata_config *config);
 
 BT_HIDDEN
This page took 0.026497 seconds and 4 git commands to generate.