X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fmetadata.h;h=7f2b06d6f75ebee5af0cad2f65ff7467174b4367;hp=bd5288a7088e079e47fc8ae01632350ccdcbd7a1;hb=d3ded99df05c7602749aa50530a1dc69db4cc066;hpb=4716614abaa127d6d6722c845a413495d9cb2b6f diff --git a/include/babeltrace/ctf-ir/metadata.h b/include/babeltrace/ctf-ir/metadata.h index bd5288a7..7f2b06d6 100644 --- a/include/babeltrace/ctf-ir/metadata.h +++ b/include/babeltrace/ctf-ir/metadata.h @@ -30,9 +30,7 @@ struct ctf_trace; struct ctf_stream_declaration; -struct ctf_stream_definition; struct ctf_event_declaration; -struct ctf_stream_definition; struct ctf_clock; struct ctf_stream_definition { @@ -60,6 +58,7 @@ struct ctf_stream_definition { }; struct ctf_event_definition { + struct ctf_stream_definition *stream; struct definition_struct *event_context; struct definition_struct *event_fields; };