Replace libuuid with internal implementation
[babeltrace.git] / src / lib / trace-ir / clock-class.h
index 153456ddb018b800061f7109f3e42bdbd12fc1dd..f3daa67c431cdced1e4a07658fe18f59aceda0e5 100644 (file)
@@ -29,7 +29,7 @@
 #include "common/macros.h"
 #include "common/common.h"
 #include "lib/object-pool.h"
-#include "compat/uuid.h"
+#include "common/uuid.h"
 #include <babeltrace2/types.h>
 #include "lib/property.h"
 #include "common/assert.h"
@@ -62,7 +62,7 @@ struct bt_clock_class {
        uint64_t offset_cycles;
 
        struct {
-               uint8_t uuid[BABELTRACE_UUID_LEN];
+               bt_uuid_t uuid;
 
                /* NULL or `uuid` above */
                bt_uuid value;
This page took 0.031333 seconds and 4 git commands to generate.