X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Fmuxer%2Fmuxer.c;h=05c844b0729109e929a8f4ef30e96f2cf5e801a0;hb=40bf6fd0de34c06399c8272ba703b43ea042d20a;hp=aa5cbb23645c1bef5522e5c2cfc0da25b478962d;hpb=b8fae4bb9ccb225b764d930213c8141a298b4ca1;p=babeltrace.git diff --git a/plugins/utils/muxer/muxer.c b/plugins/utils/muxer/muxer.c index aa5cbb23..05c844b0 100644 --- a/plugins/utils/muxer/muxer.c +++ b/plugins/utils/muxer/muxer.c @@ -577,9 +577,9 @@ int get_msg_ts_ns(struct muxer_comp *muxer_comp, } break; - case BT_MESSAGE_TYPE_INACTIVITY: + case BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY: cs_state = - bt_message_inactivity_borrow_default_clock_snapshot_const( + bt_message_message_iterator_inactivity_borrow_default_clock_snapshot_const( msg, &clock_snapshot); break; default: