Replace libuuid with internal implementation
[babeltrace.git] / src / lib / trace-ir / trace.h
index c5c244b58dcf29be9dbaf1a23a63e8c2ace57c46..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"
@@ -56,7 +56,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.024383 seconds and 4 git commands to generate.