Add support for custom event headers
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index b25c197d36a54aab098b8fbab6ab792bc9afe022..1a263268fd17726d36fb4ce770a42b4c36e2b818 100644 (file)
@@ -48,6 +48,7 @@ struct bt_ctf_stream_class {
        struct bt_ctf_field_type *event_header_type;
        struct bt_ctf_field_type *event_context_type;
        int frozen;
+       int byte_order;
 };
 
 BT_HIDDEN
This page took 0.02673 seconds and 4 git commands to generate.