Add clock offset support
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index bf68c328b39be7da47e1f36afe02e6e52f3d530c..773ebd681358b01196385460242311323eeecd92 100644 (file)
@@ -114,6 +114,7 @@ struct ctf_trace {
        GPtrArray *streams;                     /* Array of struct ctf_stream_class pointers */
        struct ctf_stream *metadata;
        GHashTable *clocks;
+       struct trace_collection *collection;    /* Container of this trace */
 
        struct declaration_struct *packet_header_decl;
 
This page took 0.022807 seconds and 4 git commands to generate.