Fix double typedef of bt_event_name
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index 58af9c90e3605485d924610ab0a4001aff2e52e5..1c12a8be23f2ec7cb6687a3b539a90b27eb09573 100644 (file)
@@ -23,12 +23,9 @@ extern int babeltrace_verbose, babeltrace_debug;
 
 struct trace_descriptor;
 struct trace_collection {
-       GPtrArray *array;
+       GPtrArray *array; /* struct trace_descriptor */
 };
 
-int convert_trace(struct trace_descriptor *td_write,
-                 struct trace_collection *trace_collection_read);
-
 extern int opt_all_field_names,
        opt_scope_field_names,
        opt_header_field_names,
@@ -37,6 +34,8 @@ extern int opt_all_field_names,
        opt_trace_name,
        opt_trace_domain,
        opt_trace_procname,
-       opt_trace_vpid;
+       opt_trace_vpid,
+       opt_loglevel,
+       opt_delta;
 
 #endif
This page took 0.023877 seconds and 4 git commands to generate.