Fix: CTF writer: make library have its own public `types.h`
[babeltrace.git] / src / ctf-writer / trace.c
index f7ef692d13abf66be23ae43456253ec56dec6573..3e29ce7b761fe7bdb4a419be0913213f99825748 100644 (file)
@@ -205,7 +205,7 @@ int bt_ctf_trace_common_set_uuid(struct bt_ctf_trace_common *trace,
        }
 
        bt_uuid_copy(trace->uuid, uuid);
-       trace->uuid_set = BT_TRUE;
+       trace->uuid_set = BT_CTF_TRUE;
        BT_LOGT("Set trace's UUID: addr=%p, name=\"%s\", "
                "uuid=\"" BT_UUID_FMT "\"",
                trace, bt_ctf_trace_common_get_name(trace),
@@ -1256,7 +1256,7 @@ end:
 }
 
 BT_HIDDEN
-bt_bool bt_ctf_trace_common_has_clock_class(struct bt_ctf_trace_common *trace,
+bt_ctf_bool bt_ctf_trace_common_has_clock_class(struct bt_ctf_trace_common *trace,
                struct bt_ctf_clock_class *clock_class)
 {
        struct bt_ctf_search_query query = { .value = clock_class, .found = 0 };
This page took 0.023703 seconds and 4 git commands to generate.