X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fmessage%2Fiterator.h;h=b8a9dfa2f65e090cb0cd7840360d66e4ba261ffe;hp=d28a88102ac0be6dc53cdb44aae8c8dc88baa7d6;hb=6162e6b7a6d907974d954419c2375f654f39eb72;hpb=8bd04432c92ff6aad64a7f857d9de6f2a82f90f5 diff --git a/src/lib/graph/message/iterator.h b/src/lib/graph/message/iterator.h index d28a8810..b8a9dfa2 100644 --- a/src/lib/graph/message/iterator.h +++ b/src/lib/graph/message/iterator.h @@ -31,7 +31,7 @@ #include #include "common/assert.h" #include -#include +#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; /*