lib: rename BT_ASSERT_PRE_BEGIN_LE_END() -> BT_..._MSG_CS_BEGIN_LE_END()
[babeltrace.git] / src / lib / assert-cond.h
index 317ba23b55fb402386e3255a589cf529f13fbe35..4de066b3cda2837745fdb8217c596b41198e7e2e 100644 (file)
 #define BT_ASSERT_PRE_DEV_MSG_NON_NULL(_msg_iter)                      \
        BT_ASSERT_PRE_DEV_NON_NULL(_msg_iter, _BT_ASSERT_PRE_MSG_NAME)
 
-#define BT_ASSERT_PRE_BEGIN_LE_END(_msg_iter, _begin, _end)            \
+#define BT_ASSERT_PRE_MSG_CS_BEGIN_LE_END(_msg_iter, _begin, _end)     \
        BT_ASSERT_PRE(                                                  \
                _begin <= _end,                                         \
                "Beginning default clock snapshot value is greater "    \
This page took 0.022934 seconds and 4 git commands to generate.