lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / trace-ir / packet-internal.h
index c94318165b7bbf02d8d209f348144ba20794875f..23ae2f43dd9341ca471a4c8a51c52efaa155b41c 100644 (file)
 
 struct bt_packet {
        struct bt_object base;
-       struct bt_field_wrapper *header_field;
        struct bt_field_wrapper *context_field;
        struct bt_stream *stream;
-       struct bt_clock_snapshot *default_beginning_cs;
-       struct bt_clock_snapshot *default_end_cs;
-       struct bt_property_uint discarded_event_counter_snapshot;
-       struct bt_property_uint packet_counter_snapshot;
        bool frozen;
 };
 
This page took 0.024364 seconds and 4 git commands to generate.