lib: rename *_IS_TYPE() and *_HAS_ID() macros -> *_HAS_TYPE()
[babeltrace.git] / src / lib / graph / message / message-iterator-inactivity.c
index 6ead8bd59397e635fec6aa2b3defc1abb165f3eb..4223585d8990416281bf770193a2082b8f50d9b4 100644 (file)
@@ -86,7 +86,7 @@ bt_message_message_iterator_inactivity_borrow_clock_snapshot_const(
        struct bt_message_message_iterator_inactivity *inactivity = (void *) msg;
 
        BT_ASSERT_PRE_DEV_NON_NULL(msg, "Message");
-       BT_ASSERT_PRE_DEV_MSG_IS_TYPE(msg,
+       BT_ASSERT_PRE_DEV_MSG_HAS_TYPE(msg,
                BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY);
        return inactivity->cs;
 }
This page took 0.023452 seconds and 4 git commands to generate.