lib: remove CTF concepts of packet and event headers
[babeltrace.git] / include / babeltrace / trace-ir / packet-internal.h
index 2414a6af1bd8a512eabb85e3a129289a4c6975df..62e921d6c1bae33006cc9a185f3e05dcd8ff31fa 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <stdbool.h>
 #include <babeltrace/assert-internal.h>
-#include <babeltrace/trace-ir/clock-value-const.h>
+#include <babeltrace/trace-ir/clock-snapshot-const.h>
 #include <babeltrace/trace-ir/packet.h>
 #include <babeltrace/trace-ir/field.h>
 #include <babeltrace/trace-ir/stream.h>
 
 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_value *default_beginning_cv;
-       struct bt_clock_value *default_end_cv;
+       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.023153 seconds and 4 git commands to generate.