flt.lttng-utils.debug-info: use BT_COMP_LOG*() instead of BT_LOG*()
[babeltrace.git] / src / plugins / lttng-utils / debug-info / trace-ir-metadata-copy.h
index 9330546d4414481f2eb4a4e25de766e6e5c49f65..f08d071910e0f2284e6a129a0d53c83f3cde4aa1 100644 (file)
  */
 
 #include <babeltrace2/babeltrace.h>
+#include "common/macros.h"
 #include "trace-ir-mapping.h"
 
 BT_HIDDEN
 int copy_trace_class_content(const bt_trace_class *in_trace_class,
-               bt_trace_class *out_trace_class);
+               bt_trace_class *out_trace_class,
+               bt_logging_level log_level,
+               bt_self_component *self_comp);
 
 BT_HIDDEN
 int copy_stream_class_content(struct trace_ir_maps *trace_ir_maps,
This page took 0.026451 seconds and 4 git commands to generate.