X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Ftrace-ir%2Fstream-class.h;h=fe423d7683d99e66855f5fd5503e4c1e1e1651ee;hb=26fc5aedf;hp=1efa77078c1800573a6989eec37c4554e146af63;hpb=578e048b5debf169e286e5b5cc747b5d6c16886d;p=babeltrace.git diff --git a/src/lib/trace-ir/stream-class.h b/src/lib/trace-ir/stream-class.h index 1efa7707..fe423d76 100644 --- a/src/lib/trace-ir/stream-class.h +++ b/src/lib/trace-ir/stream-class.h @@ -29,7 +29,7 @@ #include #include "lib/object.h" #include "lib/object-pool.h" -#include "common/babeltrace.h" +#include "common/macros.h" #include #include @@ -49,6 +49,7 @@ struct bt_stream_class { uint64_t id; bool assigns_automatic_event_class_id; bool assigns_automatic_stream_id; + bool supports_packets; bool packets_have_beginning_default_clock_snapshot; bool packets_have_end_default_clock_snapshot; bool supports_discarded_events;