`ctf` plugin: metadata: use BT_COMP_LOG*() instead of BT_LOG*()
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-visitors.h
index 875a8ce4ff2311f19644f942380c9945198e2256..98e794c0713366bb30b5262405df219dd63d73d5 100644 (file)
 
 #include "ctf-meta.h"
 
+struct meta_log_config;
+
 BT_HIDDEN
 int ctf_trace_class_resolve_field_classes(struct ctf_trace_class *tc,
-               bt_logging_level log_level);
+               struct meta_log_config *log_cfg);
 
 BT_HIDDEN
-int ctf_trace_class_translate(bt_self_component_source *self_comp,
+int ctf_trace_class_translate(bt_self_component *self_comp,
                bt_trace_class *ir_tc, struct ctf_trace_class *tc);
 
 BT_HIDDEN
 int ctf_trace_class_update_default_clock_classes(
                struct ctf_trace_class *ctf_tc,
-               bt_logging_level log_level);
+               struct meta_log_config *log_cfg);
 
 BT_HIDDEN
 int ctf_trace_class_update_in_ir(struct ctf_trace_class *ctf_tc);
@@ -50,10 +52,11 @@ int ctf_trace_class_update_stream_class_config(struct ctf_trace_class *ctf_tc);
 
 BT_HIDDEN
 int ctf_trace_class_validate(struct ctf_trace_class *ctf_tc,
-               bt_logging_level log_level);
+               struct meta_log_config *log_cfg);
 
 BT_HIDDEN
 void ctf_trace_class_warn_meaningless_header_fields(
-               struct ctf_trace_class *ctf_tc, bt_logging_level log_level);
+               struct ctf_trace_class *ctf_tc,
+               struct meta_log_config *log_cfg);
 
 #endif /* _CTF_META_VISITORS_H */
This page took 0.024514 seconds and 4 git commands to generate.