X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Flttng-utils%2Fdebug-info%2Ftrace-ir-data-copy.h;h=319d366b661248c08d499a96d4c0b8b80993e861;hp=2628b77e3605026c65911b9a971a58f25640b50c;hb=1353b066072e6c389ff35853bac83f65597e7a6a;hpb=5b616db96266d25cb0749e472cfc78c4944675e2 diff --git a/src/plugins/lttng-utils/debug-info/trace-ir-data-copy.h b/src/plugins/lttng-utils/debug-info/trace-ir-data-copy.h index 2628b77e..319d366b 100644 --- a/src/plugins/lttng-utils/debug-info/trace-ir-data-copy.h +++ b/src/plugins/lttng-utils/debug-info/trace-ir-data-copy.h @@ -15,23 +15,18 @@ #include "common/macros.h" #include "trace-ir-mapping.h" -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_trace_content( const bt_trace *in_trace, bt_trace *out_trace, bt_logging_level log_level, bt_self_component *self_comp); -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_stream_content( const bt_stream *in_stream, bt_stream *out_stream, bt_logging_level log_level, bt_self_component *self_comp); -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_packet_content( const bt_packet *in_packet, bt_packet *out_packet, bt_logging_level log_level, bt_self_component *self_comp); -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_event_content( const bt_event *in_event, bt_event *out_event, bt_logging_level log_level, bt_self_component *self_comp); -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_field_content( const bt_field *in_field, bt_field *out_field, bt_logging_level log_level, bt_self_component *self_comp);