X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fdmesg%2Fdmesg.c;h=b10c94252201c2a040bb22e932ce2475411fd5d9;hb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;hp=4e0bb16a94a0d894d2b729688ceba230610f0f7d;hpb=649934d212dbc58e6d11dbd9eae6bdb931e65522;p=babeltrace.git diff --git a/plugins/text/dmesg/dmesg.c b/plugins/text/dmesg/dmesg.c index 4e0bb16a..b10c9425 100644 --- a/plugins/text/dmesg/dmesg.c +++ b/plugins/text/dmesg/dmesg.c @@ -28,12 +28,12 @@ #include #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include #define NSEC_PER_USEC 1000UL @@ -162,9 +162,9 @@ int create_meta(struct dmesg_component *dmesg_comp, bool has_ts) goto error; } - bt_stream_class_set_packets_have_default_beginning_clock_snapshot( + bt_stream_class_set_packets_have_beginning_default_clock_snapshot( dmesg_comp->stream_class, BT_TRUE); - bt_stream_class_set_packets_have_default_end_clock_snapshot( + bt_stream_class_set_packets_have_end_default_clock_snapshot( dmesg_comp->stream_class, BT_TRUE); }