X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Ftrace-ir%2Fpacket-context-field.c;h=dbebab8e7d6bb8afca4c3c6d8459242d550b9a0f;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=393e49ad290d825d89b8eeb8ec25d2825e5392a9;hpb=0d72b8c329ad51d14ab4e83330b38c2c8da69dd4;p=babeltrace.git diff --git a/lib/trace-ir/packet-context-field.c b/lib/trace-ir/packet-context-field.c index 393e49ad..dbebab8e 100644 --- a/lib/trace-ir/packet-context-field.c +++ b/lib/trace-ir/packet-context-field.c @@ -21,13 +21,13 @@ */ #define BT_LOG_TAG "PACKET-CONTEXT-FIELD" -#include +#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include struct bt_field *bt_packet_context_field_borrow_field( @@ -63,9 +63,10 @@ struct bt_packet_context_field *bt_packet_context_field_create( BT_ASSERT_PRE_NON_NULL(stream_class, "Stream class"); BT_ASSERT_PRE(stream_class->frozen, - "Stream class is not part of a trace: %!+S", stream_class); + "Stream class is not part of a trace class: %!+S", + stream_class); BT_ASSERT_PRE(stream_class->packet_context_fc, - "Stream class has no packet context field classe: %!+S", + "Stream class has no packet context field class: %!+S", stream_class); field_wrapper = bt_field_wrapper_create( &stream_class->packet_context_field_pool,