X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Flibctfcopytrace%2Fclock-fields.h;h=b3643501cf087ed85d5e64e58b24aa5d58587b30;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hp=607f9c03fd156e72329de8510ad34fd8e5d55535;hpb=b2f1f465086eb82ac6b1a57538b643fdced00ac5;p=babeltrace.git diff --git a/plugins/libctfcopytrace/clock-fields.h b/plugins/libctfcopytrace/clock-fields.h index 607f9c03..b3643501 100644 --- a/plugins/libctfcopytrace/clock-fields.h +++ b/plugins/libctfcopytrace/clock-fields.h @@ -29,30 +29,29 @@ #include #include -#include -#include +#include #ifdef __cplusplus extern "C" { #endif BT_HIDDEN -struct bt_ctf_field_type *override_header_type(FILE *err, - struct bt_ctf_field_type *type, - struct bt_ctf_trace *writer_trace); +struct bt_field_type *override_header_type(FILE *err, + struct bt_field_type *type, + const struct bt_trace *writer_trace); BT_HIDDEN -int copy_override_field(FILE *err, struct bt_ctf_event *event, - struct bt_ctf_event *writer_event, struct bt_ctf_field *field, - struct bt_ctf_field *copy_field); +int copy_override_field(FILE *err, const struct bt_event *event, + const struct bt_event *writer_event, const struct bt_field *field, + const struct bt_field *copy_field); BT_HIDDEN -struct bt_ctf_clock_class *stream_class_get_clock_class(FILE *err, - struct bt_ctf_stream_class *stream_class); +const struct bt_clock_class *stream_class_get_clock_class(FILE *err, + const struct bt_stream_class *stream_class); BT_HIDDEN -struct bt_ctf_clock_class *event_get_clock_class(FILE *err, - struct bt_ctf_event *event); +const struct bt_clock_class *event_get_clock_class(FILE *err, + const struct bt_event *event); #ifdef __cplusplus }