X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2Fdecoder-packetized-file-stream-to-buf.h;h=cc6712427bc2de379b84a81b369ea572f1540839;hp=58f68c2ff03685c28251e06dafc6bced0b658d14;hb=50f6fce8d00bc6b70a814a0be3b71570fb65d070;hpb=49a43e69c6ca442956f894029d0d8e2acae8b041 diff --git a/src/plugins/ctf/common/metadata/decoder-packetized-file-stream-to-buf.h b/src/plugins/ctf/common/metadata/decoder-packetized-file-stream-to-buf.h index 58f68c2f..cc671242 100644 --- a/src/plugins/ctf/common/metadata/decoder-packetized-file-stream-to-buf.h +++ b/src/plugins/ctf/common/metadata/decoder-packetized-file-stream-to-buf.h @@ -16,6 +16,7 @@ BT_HIDDEN int ctf_metadata_decoder_packetized_file_stream_to_buf(FILE *fp, char **buf, int byte_order, bool *is_uuid_set, uint8_t *uuid, bt_logging_level log_level, - bt_self_component *self_comp); + bt_self_component *self_comp, + bt_self_component_class *self_comp_class); #endif /* SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF */