X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Flttng-utils%2Fcopy.h;h=77588779f10a1a91357e2e825e1652016a0928ec;hb=50842bdc4c21f3de2b63e29cdac730af8b6dcca6;hp=48c07636485753dd07c3274a2ffd9787ff550a98;hpb=6606e9c14a9fc2c1b3edd81cb52c5bb15f07f855;p=babeltrace.git diff --git a/plugins/lttng-utils/copy.h b/plugins/lttng-utils/copy.h index 48c07636..77588779 100644 --- a/plugins/lttng-utils/copy.h +++ b/plugins/lttng-utils/copy.h @@ -32,43 +32,43 @@ #include BT_HIDDEN -struct bt_ctf_event *debug_info_output_event(struct debug_info_iterator *debug_it, - struct bt_ctf_event *event); +struct bt_event *debug_info_output_event(struct debug_info_iterator *debug_it, + struct bt_event *event); BT_HIDDEN -struct bt_ctf_packet *debug_info_new_packet(struct debug_info_iterator *debug_it, - struct bt_ctf_packet *packet); +struct bt_packet *debug_info_new_packet(struct debug_info_iterator *debug_it, + struct bt_packet *packet); BT_HIDDEN -struct bt_ctf_packet *debug_info_close_packet(struct debug_info_iterator *debug_it, - struct bt_ctf_packet *packet); +struct bt_packet *debug_info_close_packet(struct debug_info_iterator *debug_it, + struct bt_packet *packet); BT_HIDDEN -struct bt_ctf_stream *debug_info_stream_begin( +struct bt_stream *debug_info_stream_begin( struct debug_info_iterator *debug_it, - struct bt_ctf_stream *stream); + struct bt_stream *stream); BT_HIDDEN -struct bt_ctf_stream *debug_info_stream_end(struct debug_info_iterator *debug_it, - struct bt_ctf_stream *stream); +struct bt_stream *debug_info_stream_end(struct debug_info_iterator *debug_it, + struct bt_stream *stream); BT_HIDDEN int get_stream_event_context_unsigned_int_field_value(FILE *err, - struct bt_ctf_event *event, const char *field_name, + struct bt_event *event, const char *field_name, uint64_t *value); BT_HIDDEN -int get_stream_event_context_int_field_value(FILE *err, struct bt_ctf_event *event, +int get_stream_event_context_int_field_value(FILE *err, struct bt_event *event, const char *field_name, int64_t *value); BT_HIDDEN int get_payload_unsigned_int_field_value(FILE *err, - struct bt_ctf_event *event, const char *field_name, + struct bt_event *event, const char *field_name, uint64_t *value); BT_HIDDEN -int get_payload_int_field_value(FILE *err, struct bt_ctf_event *event, +int get_payload_int_field_value(FILE *err, struct bt_event *event, const char *field_name, int64_t *value); BT_HIDDEN int get_payload_string_field_value(FILE *err, - struct bt_ctf_event *event, const char *field_name, + struct bt_event *event, const char *field_name, const char **value); BT_HIDDEN int get_payload_build_id_field_value(FILE *err, - struct bt_ctf_event *event, const char *field_name, + struct bt_event *event, const char *field_name, uint8_t **build_id, uint64_t *build_id_len); #endif /* BABELTRACE_PLUGIN_TRIMMER_COPY_H */