X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fmetadata.h;h=773ebd681358b01196385460242311323eeecd92;hp=bf68c328b39be7da47e1f36afe02e6e52f3d530c;hb=fa709ab2ef8c8331fcccb6408fc7740918fc286d;hpb=70accc147c2372e8fc37d244525ffccb7be73d9a diff --git a/include/babeltrace/ctf-ir/metadata.h b/include/babeltrace/ctf-ir/metadata.h index bf68c328..773ebd68 100644 --- a/include/babeltrace/ctf-ir/metadata.h +++ b/include/babeltrace/ctf-ir/metadata.h @@ -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;