lib: rename BT_ASSERT_PRE_BEGIN_LE_END() -> BT_..._MSG_CS_BEGIN_LE_END()
[babeltrace.git] / src / lib / graph / message / discarded-items.c
index 975d22d7b3d0f0d772bbd224b717d9a8c6165a6d..53420e9384ddea161cfb19340d5e404ff52eb7ab 100644 (file)
@@ -214,7 +214,7 @@ struct bt_message *bt_message_discarded_events_create_with_default_clock_snapsho
                uint64_t end_raw_value)
 {
        BT_ASSERT_PRE_DEV_NO_ERROR();
-       BT_ASSERT_PRE_BEGIN_LE_END(message_iterator,
+       BT_ASSERT_PRE_MSG_CS_BEGIN_LE_END(message_iterator,
                beginning_raw_value, end_raw_value);
 
        return create_discarded_items_message(message_iterator,
@@ -293,7 +293,7 @@ struct bt_message *bt_message_discarded_packets_create_with_default_clock_snapsh
                uint64_t end_raw_value)
 {
        BT_ASSERT_PRE_DEV_NO_ERROR();
-       BT_ASSERT_PRE_BEGIN_LE_END(message_iterator,
+       BT_ASSERT_PRE_MSG_CS_BEGIN_LE_END(message_iterator,
                beginning_raw_value, end_raw_value);
 
        return create_discarded_items_message(message_iterator,
This page took 0.024294 seconds and 4 git commands to generate.