X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Fdata-stream-file.h;h=e1620b9f601c4fddba5cc1f7184397782f1dc45a;hb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;hp=093f360bc8892694d1f0f51a5be305a7e7e2561f;hpb=d1e4683534e67cc8643ad27536f64f6cc54bc5dc;p=babeltrace.git diff --git a/plugins/ctf/fs-src/data-stream-file.h b/plugins/ctf/fs-src/data-stream-file.h index 093f360b..e1620b9f 100644 --- a/plugins/ctf/fs-src/data-stream-file.h +++ b/plugins/ctf/fs-src/data-stream-file.h @@ -127,7 +127,7 @@ struct ctf_fs_ds_file *ctf_fs_ds_file_create( struct bt_stream *stream, const char *path); BT_HIDDEN -int ctf_fs_ds_file_get_packet_header_context_fields( +int ctf_fs_ds_file_borrow_packet_header_context_fields( struct ctf_fs_ds_file *ds_file, struct bt_field **packet_header_field, struct bt_field **packet_context_field);