Add clocks to trace collection
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index 01a7abaa64ac88dedb94ce455cdcf508669a0d59..707c06065bdcf04c93ac850d0a772f2c747a2226 100644 (file)
@@ -24,7 +24,8 @@ extern int babeltrace_verbose, babeltrace_debug;
 
 struct trace_descriptor;
 struct trace_collection {
-       GPtrArray *array; /* struct trace_descriptor */
+       GPtrArray *array;       /* struct trace_descriptor */
+       GHashTable *clocks;     /* struct ctf_clock */
 };
 
 extern int opt_all_field_names,
This page took 0.022728 seconds and 4 git commands to generate.