lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.h
index 093f360bc8892694d1f0f51a5be305a7e7e2561f..e1620b9f601c4fddba5cc1f7184397782f1dc45a 100644 (file)
@@ -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);
This page took 0.023532 seconds and 4 git commands to generate.