Replace libuuid with internal implementation
[babeltrace.git] / src / lib / trace-ir / trace.h
index f10cdba9e50176ebe94f6fdc4e7088d25c7b954f..288bfa36cdca207d6ab3683d81fdbeeabeee0062 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"
@@ -55,6 +55,15 @@ struct bt_trace {
                const char *value;
        } name;
 
+       struct {
+               bt_uuid_t uuid;
+
+               /* NULL or `uuid` above */
+               bt_uuid value;
+       } uuid;
+
+       struct bt_value *environment;
+
        /* Array of `struct bt_stream *` */
        GPtrArray *streams;
 
This page took 0.023906 seconds and 4 git commands to generate.