Add trace packet header accessors and support custom headers
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index 169b76bf5d90e03ee11686a86af562d56a2fb58b..dc0b7069e196f39457049ac66031eea703f411dd 100644 (file)
@@ -55,8 +55,7 @@ struct bt_ctf_trace {
        GPtrArray *clocks; /* Array of pointers to bt_ctf_clock */
        GPtrArray *stream_classes; /* Array of ptrs to bt_ctf_stream_class */
        GPtrArray *streams; /* Array of ptrs to bt_ctf_stream */
-       struct bt_ctf_field_type *trace_packet_header_type;
-       struct bt_ctf_field *trace_packet_header;
+       struct bt_ctf_field_type *packet_header_type;
        uint64_t next_stream_id;
 };
 
This page took 0.022912 seconds and 4 git commands to generate.