lib: msg. iter. inactivity message has a simple CS, not a default CS
[babeltrace.git] / src / plugins / common / muxing / muxing.c
index 93ba1a34e00cb25f48d5a432f664f10dbd3b6335..cd97798acc0309a3b77a0a0fc028119e8bd883a5 100644 (file)
@@ -820,9 +820,9 @@ int compare_messages_same_type(struct messages_to_compare *msgs)
        case BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY:
        {
                const bt_clock_snapshot *left_cs =
-                       bt_message_message_iterator_inactivity_borrow_default_clock_snapshot_const(msgs->left.msg);
+                       bt_message_message_iterator_inactivity_borrow_clock_snapshot_const(msgs->left.msg);
                const bt_clock_snapshot *right_cs =
-                       bt_message_message_iterator_inactivity_borrow_default_clock_snapshot_const(msgs->right.msg);
+                       bt_message_message_iterator_inactivity_borrow_clock_snapshot_const(msgs->right.msg);
 
                ret = compare_clock_snapshots_and_clock_classes(
                        left_cs, right_cs);
This page took 0.023209 seconds and 4 git commands to generate.