tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live.c
index e3c1738d00f1fd35e505c9611dbba4eb7b41b4df..24544a307ace6d2fcb273ef557480020a7a342c2 100644 (file)
 #include <inttypes.h>
 #include <unistd.h>
 
-#include <babeltrace/assert-internal.h>
-#include <babeltrace/babeltrace.h>
-#include <babeltrace/compiler-internal.h>
-#include <babeltrace/types.h>
+#include <babeltrace2/assert-internal.h>
+#include <babeltrace2/babeltrace.h>
+#include <babeltrace2/compiler-internal.h>
+#include <babeltrace2/types.h>
 #include <plugins-common.h>
 
 #include "data-stream.h"
@@ -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:
This page took 0.025158 seconds and 4 git commands to generate.