X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fctf-writer%2Ftrace.h;h=cd724c6a2a7456dd6c0bf0168e12fa4dd0150141;hp=231e97b0a26ce027908ad2f446129bbabc866802;hb=004090977e6698a39035bb20b5ba4d5da23a6718;hpb=bdb288b3e94e412a33c8647d44f6cfac66ca0665 diff --git a/src/ctf-writer/trace.h b/src/ctf-writer/trace.h index 231e97b0..cd724c6a 100644 --- a/src/ctf-writer/trace.h +++ b/src/ctf-writer/trace.h @@ -50,7 +50,7 @@ struct bt_ctf_trace_common { GString *name; int frozen; bt_uuid_t uuid; - bt_bool uuid_set; + bt_ctf_bool uuid_set; enum bt_ctf_byte_order native_byte_order; struct bt_ctf_private_value *environment; GPtrArray *clock_classes; /* Array of pointers to bt_ctf_clock_class */ @@ -67,7 +67,7 @@ struct bt_ctf_trace_common { }; 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); BT_HIDDEN