trace{-class}.c: BT_ASSERT_PRE() -> BT_ASSERT_POST() (ref. count check)
[babeltrace.git] / src / lib / trace-ir / trace.h
index c5c244b58dcf29be9dbaf1a23a63e8c2ace57c46..2978e9953c986549213a922faf635349eeda8444 100644 (file)
@@ -35,7 +35,7 @@
 #include <babeltrace2/types.h>
 #include <glib.h>
 #include <sys/types.h>
-#include "compat/uuid.h"
+#include "common/uuid.h"
 
 #include "attributes.h"
 #include "clock-class.h"
@@ -45,6 +45,9 @@
 struct bt_trace {
        struct bt_object base;
 
+       /* Owned by this */
+       struct bt_value *user_attributes;
+
        /* Owned by this */
        struct bt_trace_class *class;
 
@@ -56,7 +59,7 @@ struct bt_trace {
        } name;
 
        struct {
-               uint8_t uuid[BABELTRACE_UUID_LEN];
+               bt_uuid_t uuid;
 
                /* NULL or `uuid` above */
                bt_uuid value;
This page took 0.025216 seconds and 4 git commands to generate.