Port: Fix libuuid compat on mingw
[babeltrace.git] / include / babeltrace / ctf-ir / clock-class-internal.h
index c43f7712475e06eec0536e8d3e75e462889bd43a..5ebd86ed1207cf1f832e04fdff8d70da0b782041 100644 (file)
@@ -31,8 +31,9 @@
 #include <babeltrace/ctf-ir/trace-internal.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/compat/uuid-internal.h>
+#include <babeltrace/types.h>
 #include <glib.h>
-#include <babeltrace/compat/uuid.h>
 
 struct bt_ctf_clock_class {
        struct bt_object base;
@@ -42,7 +43,7 @@ struct bt_ctf_clock_class {
        uint64_t precision;
        int64_t offset_s;       /* Offset in seconds */
        int64_t offset;         /* Offset in ticks */
-       uuid_t uuid;
+       unsigned char uuid[BABELTRACE_UUID_LEN];
        int uuid_set;
        int absolute;
 
@@ -67,6 +68,6 @@ void bt_ctf_clock_class_serialize(struct bt_ctf_clock_class *clock_class,
                struct metadata_context *context);
 
 BT_HIDDEN
-bool bt_ctf_clock_class_is_valid(struct bt_ctf_clock_class *clock_class);
+bt_bool bt_ctf_clock_class_is_valid(struct bt_ctf_clock_class *clock_class);
 
 #endif /* BABELTRACE_CTF_IR_CLOCK_CLASS_INTERNAL_H */
This page took 0.023896 seconds and 4 git commands to generate.