Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / plugins / utils / muxer / muxer.c
index 18e716bd7cae2cd9f8052c10cd328394a8f881d0..a2db3cb9ee398dd3e523a9d4d6dbc91cd042e5ab 100644 (file)
@@ -714,7 +714,7 @@ int validate_clock_class(struct muxer_msg_iter *muxer_msg_iter,
                BT_COMP_LOGF("Unexpected clock class expectation: "
                        "expectation-code=%d",
                        muxer_msg_iter->clock_class_expectation);
-               abort();
+               bt_common_abort();
        }
 
        goto end;
This page took 0.024171 seconds and 4 git commands to generate.