lib: remove CTF concepts of packet and event headers
[babeltrace.git] / plugins / ctf / common / metadata / ctf-meta-visitors.h
index 9d3bd23472eade1907abb32f1047f90ae74d6357..846aee9d5530443578236a3ebe5c19e45edd58da 100644 (file)
@@ -24,7 +24,7 @@ BT_HIDDEN
 int ctf_trace_class_resolve_field_classes(struct ctf_trace_class *tc);
 
 BT_HIDDEN
-int ctf_trace_class_translate(struct bt_trace_class *ir_tc,
+int ctf_trace_class_translate(bt_trace_class *ir_tc,
                struct ctf_trace_class *tc);
 
 BT_HIDDEN
@@ -46,4 +46,8 @@ int ctf_trace_class_update_value_storing_indexes(struct ctf_trace_class *ctf_tc)
 BT_HIDDEN
 int ctf_trace_class_validate(struct ctf_trace_class *ctf_tc);
 
+BT_HIDDEN
+void ctf_trace_class_warn_meaningless_header_fields(
+               struct ctf_trace_class *ctf_tc);
+
 #endif /* _CTF_META_VISITORS_H */
This page took 0.024347 seconds and 4 git commands to generate.