ctf.fs source: recurse to find multiples CTF traces
[babeltrace.git] / plugins / ctf / fs-src / data-stream.h
index 3d484425d1b72209c86ea60ee3e1586af288f207..60a3110bcd9560ccb3c752e49bed01450443a4eb 100644 (file)
@@ -33,6 +33,7 @@
 
 struct ctf_fs_component;
 struct ctf_fs_file;
+struct ctf_fs_trace;
 struct ctf_fs_stream;
 
 struct index_entry {
@@ -48,7 +49,7 @@ struct index {
 
 BT_HIDDEN
 struct ctf_fs_stream *ctf_fs_stream_create(
-               struct ctf_fs_component *ctf_fs, const char *path);
+               struct ctf_fs_trace *ctf_fs_trace, const char *path);
 
 BT_HIDDEN
 void ctf_fs_stream_destroy(struct ctf_fs_stream *stream);
This page took 0.023467 seconds and 4 git commands to generate.