Trace IR and notification APIs: split into private and public APIs
[babeltrace.git] / plugins / ctf / common / metadata / ctf-meta-visitors.h
index cb1e3f8c96cd64417e559fe03ce7bf8b486d3655..f4c93b74f38bed61939ea9b4ac7ece86009692c4 100644 (file)
 #include "ctf-meta.h"
 
 BT_HIDDEN
-int ctf_trace_class_resolve_field_types(struct ctf_trace_class *tc);
+int ctf_trace_class_resolve_field_classes(struct ctf_trace_class *tc);
 
 BT_HIDDEN
-int ctf_trace_class_translate(struct bt_trace *ir_trace,
+int ctf_trace_class_translate(struct bt_private_trace *ir_trace,
                struct ctf_trace_class *tc);
 
 BT_HIDDEN
This page took 0.028551 seconds and 4 git commands to generate.