X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta-translate.c;h=ca3069aee13bd1ab8091b6b9f5078247ad2d890a;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=2bf1d0b7e70beb8f75cb7842a726cb72f4e0598b;hpb=afd452743c7fcc89246029f68055d6f251c857e6;p=babeltrace.git diff --git a/plugins/ctf/common/metadata/ctf-meta-translate.c b/plugins/ctf/common/metadata/ctf-meta-translate.c index 2bf1d0b7..ca3069ae 100644 --- a/plugins/ctf/common/metadata/ctf-meta-translate.c +++ b/plugins/ctf/common/metadata/ctf-meta-translate.c @@ -15,9 +15,9 @@ #define BT_LOG_TAG "PLUGIN-CTF-METADATA-META-TRANSLATE" #include "logging.h" -#include -#include -#include +#include +#include +#include #include #include #include @@ -487,9 +487,9 @@ void ctf_stream_class_to_ir(struct ctx *ctx) BT_ASSERT(ret == 0); } - bt_stream_class_set_packets_have_default_beginning_clock_snapshot( + bt_stream_class_set_packets_have_beginning_default_clock_snapshot( ctx->ir_sc, ctx->sc->packets_have_ts_begin); - bt_stream_class_set_packets_have_default_end_clock_snapshot( + bt_stream_class_set_packets_have_end_default_clock_snapshot( ctx->ir_sc, ctx->sc->packets_have_ts_end); bt_stream_class_set_supports_discarded_events(ctx->ir_sc, ctx->sc->has_discarded_events,