X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Ftrace-ir%2Fpacket-internal.h;h=23ae2f43dd9341ca471a4c8a51c52efaa155b41c;hb=7e69c04f557e46fb50e5a888a3bc3451afbd3b8e;hp=3623c6bb3bed7e09c2009f697cbc2833dc9b0543;hpb=40f4ba76dd6f9508ca51b6220eaed57632281a07;p=babeltrace.git diff --git a/include/babeltrace/trace-ir/packet-internal.h b/include/babeltrace/trace-ir/packet-internal.h index 3623c6bb..23ae2f43 100644 --- a/include/babeltrace/trace-ir/packet-internal.h +++ b/include/babeltrace/trace-ir/packet-internal.h @@ -2,7 +2,7 @@ #define BABELTRACE_TRACE_IR_PACKET_INTERNAL_H /* - * Copyright 2016 Philippe Proulx + * Copyright 2016-2018 Philippe Proulx * * 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,9 +25,9 @@ #include #include -#include +#include #include -#include +#include #include #include #include @@ -36,13 +36,8 @@ 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; };