X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ftrace-internal.h;h=38c89e7b3c8d15756961c7a576fcef093354c587;hp=9c0ba851fb7c7fa14787afb0abd1756e5375b545;hb=dc3fffef7b84cc4af1a7c99828fd57a106cd2257;hpb=f3985ab106d89d8e764c1a8dd0c8bda09b755d10 diff --git a/include/babeltrace/ctf-ir/trace-internal.h b/include/babeltrace/ctf-ir/trace-internal.h index 9c0ba851..38c89e7b 100644 --- a/include/babeltrace/ctf-ir/trace-internal.h +++ b/include/babeltrace/ctf-ir/trace-internal.h @@ -52,7 +52,7 @@ struct bt_ctf_trace { GString *name; int frozen; uuid_t uuid; - int byte_order; /* A value defined in Babeltrace's "endian.h" */ + enum bt_ctf_byte_order native_byte_order; struct bt_value *environment; GPtrArray *clocks; /* Array of pointers to bt_ctf_clock_class */ GPtrArray *stream_classes; /* Array of ptrs to bt_ctf_stream_class */