sink.ctf.fs: honor component's initial log level
[babeltrace.git] / src / plugins / ctf / fs-sink / translate-trace-ir-to-ctf-ir.h
index 3a1a31e1e8b0c0a512a2591b079fc38714b4ec51..8abba50f38190a2eebd33136d625003f2fa39be9 100644 (file)
@@ -23,7 +23,7 @@
  * SOFTWARE.
  */
 
-#include "common/babeltrace.h"
+#include "common/macros.h"
 #include <babeltrace2/babeltrace.h>
 
 #include "fs-sink-ctf-meta.h"
@@ -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.027117 seconds and 4 git commands to generate.