bt_trace_class_create(): accept mandatory self component
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 3f36387f495d0e0f25c26713071b38c6a088bd34..56fe4891931ceccfbda0879a0fe284b880457e43 100644 (file)
@@ -170,7 +170,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.02312 seconds and 4 git commands to generate.