X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Flttng-utils%2Fdebug-info%2Ftrace-ir-mapping.h;fp=src%2Fplugins%2Flttng-utils%2Fdebug-info%2Ftrace-ir-mapping.h;h=e09cf7634693490b3630afab339eadc36cf7d546;hb=91bc8451beb6d39c9f4218e95375d01b56497976;hp=514cc2d6231c218fa734f986072cb2b43a33077f;hpb=3a3d15f3fa1eb1fc6d7224a65996163805e602d9;p=babeltrace.git diff --git a/src/plugins/lttng-utils/debug-info/trace-ir-mapping.h b/src/plugins/lttng-utils/debug-info/trace-ir-mapping.h index 514cc2d6..e09cf763 100644 --- a/src/plugins/lttng-utils/debug-info/trace-ir-mapping.h +++ b/src/plugins/lttng-utils/debug-info/trace-ir-mapping.h @@ -44,6 +44,7 @@ struct field_class_resolving_context { struct trace_ir_metadata_maps { bt_logging_level log_level; + bt_self_component *self_comp; const bt_trace_class *input_trace_class; bt_trace_class *output_trace_class; @@ -87,6 +88,7 @@ struct trace_ir_metadata_maps { struct trace_ir_data_maps { bt_logging_level log_level; + bt_self_component *self_comp; const bt_trace *input_trace; bt_trace *output_trace;