X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=ed995b1c3e1d8ebea9a2f327abc8043731e2d850;hb=c35a1669cedba73681bd259ea7945aa55643e158;hp=55ad787e50723d11548f04d9d0e0bfa9d88bbdeb;hpb=af181248caf97d9c4e22182181f70a16b40ffead;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index 55ad787e..ed995b1c 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -49,6 +49,7 @@ struct bt_ctf_stream_class { struct bt_ctf_field_type *packet_context_type; struct bt_ctf_field_type *event_context_type; int frozen; + int byte_order; }; BT_HIDDEN