lib: msg. iter. inactivity message has a simple CS, not a default CS
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.c
index d812e818f24c2177672400946ab5f7e852f9328c..35e1037f6569c613cfd744c819a4a1ffedc1040b 100644 (file)
@@ -740,7 +740,7 @@ int live_get_msg_ts_ns(struct lttng_live_stream_iterator *stream_iter,
                        msg);
                break;
        case BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY:
-               clock_snapshot = bt_message_message_iterator_inactivity_borrow_default_clock_snapshot_const(
+               clock_snapshot = bt_message_message_iterator_inactivity_borrow_clock_snapshot_const(
                        msg);
                break;
        default:
This page took 0.02356 seconds and 4 git commands to generate.