lib, plugins: use bt_field_class_type_is() where suitable
[babeltrace.git] / src / lib / trace-ir / stream-class.h
index 1efa77078c1800573a6989eec37c4554e146af63..60bd571949b80b593952b97e1138cde08b0f53be 100644 (file)
@@ -29,7 +29,7 @@
 #include <babeltrace2/trace-ir/stream-class.h>
 #include "lib/object.h"
 #include "lib/object-pool.h"
-#include "common/babeltrace.h"
+#include "common/macros.h"
 #include <glib.h>
 #include <inttypes.h>
 
@@ -39,6 +39,9 @@
 struct bt_stream_class {
        struct bt_object base;
 
+       /* Owned by this */
+       struct bt_value *user_attributes;
+
        struct {
                GString *str;
 
@@ -49,6 +52,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;
This page took 0.023711 seconds and 4 git commands to generate.