lib: msg. iter. inactivity message has a simple CS, not a default CS
[babeltrace.git] / src / plugins / utils / trimmer / trimmer.c
index e46884de389590eb4d810e01042dde3a0ad88246..ce69f97170687290fa25ffe014621d7820c5d7f4 100644 (file)
@@ -879,7 +879,7 @@ int get_msg_ns_from_origin(const bt_message *msg, int64_t *ns_from_origin,
                break;
        case BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY:
                clock_snapshot =
-                       bt_message_message_iterator_inactivity_borrow_default_clock_snapshot_const(
+                       bt_message_message_iterator_inactivity_borrow_clock_snapshot_const(
                                msg);
                break;
        default:
This page took 0.022758 seconds and 4 git commands to generate.