lib: rename inactivity msg to msg iterator inactivity msg
[babeltrace.git] / plugins / utils / muxer / muxer.c
index aa5cbb23645c1bef5522e5c2cfc0da25b478962d..05c844b0729109e929a8f4ef30e96f2cf5e801a0 100644 (file)
@@ -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:
This page took 0.024718 seconds and 4 git commands to generate.