X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-sink%2Ffs-sink-ctf-meta.h;h=2070c39a13a3213ed93d2af3c354d6274e321e58;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=04ef5afb002343656dbecd18145560eb7fd99f2b;hpb=ffb5c13ca2cb0c0e270a00d66e9dca97a8c2f236;p=babeltrace.git diff --git a/plugins/ctf/fs-sink/fs-sink-ctf-meta.h b/plugins/ctf/fs-sink/fs-sink-ctf-meta.h index 04ef5afb..2070c39a 100644 --- a/plugins/ctf/fs-sink/fs-sink-ctf-meta.h +++ b/plugins/ctf/fs-sink/fs-sink-ctf-meta.h @@ -15,10 +15,10 @@ * all copies or substantial portions of the Software. */ -#include -#include -#include -#include +#include +#include +#include +#include #include #include #include @@ -737,10 +737,10 @@ struct fs_sink_ctf_stream_class *fs_sink_ctf_stream_class_create( g_direct_equal); BT_ASSERT(sc->event_classes_from_ir); sc->packets_have_ts_begin = - bt_stream_class_packets_have_default_beginning_clock_snapshot( + bt_stream_class_packets_have_beginning_default_clock_snapshot( ir_sc); sc->packets_have_ts_end = - bt_stream_class_packets_have_default_end_clock_snapshot(ir_sc); + bt_stream_class_packets_have_end_default_clock_snapshot(ir_sc); sc->has_discarded_events = bt_stream_class_supports_discarded_events(ir_sc);