X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Fdata-stream.h;h=60a3110bcd9560ccb3c752e49bed01450443a4eb;hb=1a9f7075566704f314c36f92339c2e2fed697523;hp=3d484425d1b72209c86ea60ee3e1586af288f207;hpb=1c07c8a447070164bc709950997f848fc0cc98fe;p=babeltrace.git diff --git a/plugins/ctf/fs-src/data-stream.h b/plugins/ctf/fs-src/data-stream.h index 3d484425..60a3110b 100644 --- a/plugins/ctf/fs-src/data-stream.h +++ b/plugins/ctf/fs-src/data-stream.h @@ -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);