Fix: Field types native byte order refers to the trace
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index 125b554b49b90f4d23a62f50b61fa91a5fca8aa3..19cdd3615571c04e962a0245808324c6cac2d247 100644 (file)
@@ -50,7 +50,7 @@ struct bt_ctf_trace {
        struct bt_ctf_ref ref_count;
        int frozen;
        uuid_t uuid;
-       int byte_order;
+       int byte_order; /* A value defined in Babeltrace's "endian.h" */
        GPtrArray *environment; /* Array of pointers to environment_variable */
        GPtrArray *clocks; /* Array of pointers to bt_ctf_clock */
        GPtrArray *stream_classes; /* Array of ptrs to bt_ctf_stream_class */
This page took 0.023745 seconds and 4 git commands to generate.