X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Fcommon%2Fmuxing%2Fmuxing.c;h=93ba1a34e00cb25f48d5a432f664f10dbd3b6335;hp=6257a28ad49e72fb4fa39e662713963f6d2aeff8;hb=498e7994d60bd0e9f63c3d5c0fd00eec77ba7c34;hpb=df831d31c076e8390cac3390f0cf48f862501b04 diff --git a/src/plugins/common/muxing/muxing.c b/src/plugins/common/muxing/muxing.c index 6257a28a..93ba1a34 100644 --- a/src/plugins/common/muxing/muxing.c +++ b/src/plugins/common/muxing/muxing.c @@ -27,6 +27,7 @@ #include #include "common/assert.h" +#include "common/common.h" #include "common/macros.h" #include "common/uuid.h" @@ -74,7 +75,7 @@ int message_type_weight(const bt_message_type msg_type) weight = 0; break; default: - abort(); + bt_common_abort(); } return weight; @@ -460,7 +461,7 @@ const bt_stream *borrow_stream(const bt_message *msg) case BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY: goto end; default: - abort(); + bt_common_abort(); } end: @@ -832,7 +833,7 @@ int compare_messages_same_type(struct messages_to_compare *msgs) break; } default: - abort(); + bt_common_abort(); } end: