Replace libuuid with internal implementation
[babeltrace.git] / src / lib / graph / iterator.c
index 048daaf1c3834f4d52847848c85320159406cb6a..41805663d40dfa1d8a0b85c4d3125ab42c5a25e8 100644 (file)
@@ -681,7 +681,7 @@ bool clock_classes_are_compatible_one(struct bt_self_component_port_input_messag
                                iterator->clock_expectation.type = CLOCK_EXPECTATION_ORIGIN_UNIX;
                        } else if (clock_class_uuid) {
                                iterator->clock_expectation.type = CLOCK_EXPECTATION_ORIGIN_OTHER_UUID;
-                               memcpy(iterator->clock_expectation.uuid, clock_class_uuid, BABELTRACE_UUID_LEN);
+                               bt_uuid_copy(iterator->clock_expectation.uuid, clock_class_uuid);
                        } else {
                                iterator->clock_expectation.type = CLOCK_EXPECTATION_ORIGIN_OTHER_NO_UUID;
                        }
This page took 0.024007 seconds and 4 git commands to generate.