Replace libuuid with internal implementation
[babeltrace.git] / src / lib / graph / message / iterator.h
index d28a88102ac0be6dc53cdb44aae8c8dc88baa7d6..b8a9dfa2f65e090cb0cd7840360d66e4ba261ffe 100644 (file)
@@ -31,7 +31,7 @@
 #include <babeltrace2/types.h>
 #include "common/assert.h"
 #include <stdbool.h>
-#include <compat/uuid.h>
+#include "common/uuid.h"
 
 struct bt_port;
 struct bt_graph;
@@ -144,7 +144,7 @@ struct bt_self_component_port_input_message_iterator {
                 * irrelevant (as the clock will be correlatable with other
                 * clocks having the same origin).
                 */
-               uint8_t uuid[BABELTRACE_UUID_LEN];
+               bt_uuid_t uuid;
        } clock_expectation;
 
        /*
This page took 0.031258 seconds and 4 git commands to generate.