ctf: add weak ref to stream file in index entry
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.h
index 622f6d424c9625edf49bdb7f867633bec322a391..af81915d829705ca3a43fbe8e4912822ac18b112 100644 (file)
@@ -109,7 +109,8 @@ bt_component_class_message_iterator_next_method_status ctf_fs_ds_file_next(
 
 BT_HIDDEN
 struct ctf_fs_ds_index *ctf_fs_ds_file_build_index(
-               struct ctf_fs_ds_file *ds_file);
+               struct ctf_fs_ds_file *ds_file,
+               struct ctf_fs_ds_file_info *ds_file_info);
 
 BT_HIDDEN
 struct ctf_fs_ds_index *ctf_fs_ds_index_create(bt_logging_level log_level,
This page took 0.023396 seconds and 4 git commands to generate.