lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / trace-ir / packet-internal.h
index 9f963087f30a8098e1e270e5869dedcc23d7ce6e..23ae2f43dd9341ca471a4c8a51c52efaa155b41c 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE_TRACE_IR_PACKET_INTERNAL_H
 
 /*
- * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
+ * Copyright 2016-2018 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -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_property_uint discarded_event_counter_snapshot;
-       struct bt_property_uint packet_counter_snapshot;
        bool frozen;
 };
 
This page took 0.026402 seconds and 4 git commands to generate.