X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fctf%2Flttng-live%2Flttng-live.c;h=85825d5eeab0de27cf991bb1d485b612ffb4d9b2;hb=9b24b6aa4258079f2b59fa156dd3e070969f6f2a;hp=e3c1738d00f1fd35e505c9611dbba4eb7b41b4df;hpb=afd452743c7fcc89246029f68055d6f251c857e6;p=babeltrace.git diff --git a/plugins/ctf/lttng-live/lttng-live.c b/plugins/ctf/lttng-live/lttng-live.c index e3c1738d..85825d5e 100644 --- a/plugins/ctf/lttng-live/lttng-live.c +++ b/plugins/ctf/lttng-live/lttng-live.c @@ -658,7 +658,7 @@ int live_get_msg_ts_ns(struct lttng_live_stream_iterator *stream_iter, msg); BT_ASSERT(clock_class); - clock_snapshot = bt_message_discarded_events_borrow_default_beginning_clock_snapshot_const( + clock_snapshot = bt_message_discarded_events_borrow_beginning_default_clock_snapshot_const( msg); break; case BT_MESSAGE_TYPE_DISCARDED_PACKETS: @@ -667,7 +667,7 @@ int live_get_msg_ts_ns(struct lttng_live_stream_iterator *stream_iter, msg); BT_ASSERT(clock_class); - clock_snapshot = bt_message_discarded_packets_borrow_default_beginning_clock_snapshot_const( + clock_snapshot = bt_message_discarded_packets_borrow_beginning_default_clock_snapshot_const( msg); break; case BT_MESSAGE_TYPE_STREAM_ACTIVITY_BEGINNING: