Don't automatically generate a clock UUID in _bt_ctf_clock_create
[babeltrace.git] / include / babeltrace / ctf-ir / clock-internal.h
index 9e800ac55b6358fa7e0655236837b400f263c077..f876cd3034fa81e204f2adc0369d35c0ae910b11 100644 (file)
@@ -32,7 +32,7 @@
 #include <babeltrace/ctf-ir/trace-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <glib.h>
-#include <uuid/uuid.h>
+#include <babeltrace/compat/uuid.h>
 
 struct bt_ctf_clock {
        struct bt_ctf_ref ref_count;
@@ -44,6 +44,7 @@ struct bt_ctf_clock {
        uint64_t offset;        /* Offset in ticks */
        uint64_t time;          /* Current clock value */
        uuid_t uuid;
+       int uuid_set;
        int absolute;
        /*
         * A clock's properties can't be modified once it is added to a stream
This page took 0.023755 seconds and 4 git commands to generate.