X-Git-Url: http://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=lib%2Fbabeltrace%2Fctf%2Ftypes.h;h=67b24ee4aa940cf3185bff55c57c2a127b2f2904;hp=f268e13aa7fd412984332c143b111db208b86844;hb=926b89f0749a5bc197dfb322bf00fc8054dccf58;hpb=58b6d0bfd897e4e62d58554f5a3704a9beaae407 diff --git a/lib/babeltrace/ctf/types.h b/lib/babeltrace/ctf/types.h index f268e13..67b24ee 100644 --- a/lib/babeltrace/ctf/types.h +++ b/lib/babeltrace/ctf/types.h @@ -242,5 +242,7 @@ void ctf_pos_get_event(struct ctf_stream_pos *pos) void ctf_print_timestamp(FILE *fp, struct ctf_stream_definition *stream, uint64_t timestamp); +int ctf_append_trace_metadata(struct bt_trace_descriptor *tdp, + FILE *metadata_fp); #endif /* _BABELTRACE_CTF_TYPES_H */