sink.ctf.fs: honor component's initial log level
[babeltrace.git] / src / plugins / ctf / fs-sink / translate-trace-ir-to-ctf-ir.h
index 23a9e2b537b1a047862bedbf68d7a2cee8f22f2b..8abba50f38190a2eebd33136d625003f2fa39be9 100644 (file)
@@ -32,16 +32,18 @@ BT_HIDDEN
 int try_translate_event_class_trace_ir_to_ctf_ir(
                struct fs_sink_ctf_stream_class *sc,
                const bt_event_class *ir_ec,
-               struct fs_sink_ctf_event_class **out_ec);
+               struct fs_sink_ctf_event_class **out_ec,
+               bt_logging_level log_level);
 
 BT_HIDDEN
 int try_translate_stream_class_trace_ir_to_ctf_ir(
                struct fs_sink_ctf_trace_class *tc,
                const bt_stream_class *ir_sc,
-               struct fs_sink_ctf_stream_class **out_sc);
+               struct fs_sink_ctf_stream_class **out_sc,
+               bt_logging_level log_level);
 
 BT_HIDDEN
 struct fs_sink_ctf_trace_class *translate_trace_class_trace_ir_to_ctf_ir(
-               const bt_trace_class *ir_tc);
+               const bt_trace_class *ir_tc, bt_logging_level log_level);
 
 #endif /* BABELTRACE_PLUGIN_CTF_FS_SINK_TRANSLATE_TRACE_IR_TO_CTF_IR_H */
This page took 0.023908 seconds and 4 git commands to generate.