X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fclock-class-internal.h;h=b984d456fd3d04769d1c05f1caede95ce7826629;hb=50842bdc4c21f3de2b63e29cdac730af8b6dcca6;hp=2b4fdcf4b76de377003a045c064dbec70cb494e3;hpb=c057dea051159b06050ab5d6b640dfb7e1654ba7;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/clock-class-internal.h b/include/babeltrace/ctf-ir/clock-class-internal.h index 2b4fdcf4..b984d456 100644 --- a/include/babeltrace/ctf-ir/clock-class-internal.h +++ b/include/babeltrace/ctf-ir/clock-class-internal.h @@ -37,7 +37,7 @@ #include #include -struct bt_ctf_clock_class { +struct bt_clock_class { struct bt_object base; GString *name; GString *description; @@ -57,13 +57,13 @@ struct bt_ctf_clock_class { }; BT_HIDDEN -void bt_ctf_clock_class_freeze(struct bt_ctf_clock_class *clock_class); +void bt_clock_class_freeze(struct bt_clock_class *clock_class); BT_HIDDEN -void bt_ctf_clock_class_serialize(struct bt_ctf_clock_class *clock_class, +void bt_clock_class_serialize(struct bt_clock_class *clock_class, struct metadata_context *context); BT_HIDDEN -bt_bool bt_ctf_clock_class_is_valid(struct bt_ctf_clock_class *clock_class); +bt_bool bt_clock_class_is_valid(struct bt_clock_class *clock_class); #endif /* BABELTRACE_CTF_IR_CLOCK_CLASS_INTERNAL_H */