add ctf_event_definition pointer to ctf_stream_definition
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index bd5288a7088e079e47fc8ae01632350ccdcbd7a1..7f2b06d6f75ebee5af0cad2f65ff7467174b4367 100644 (file)
@@ -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;
 };
This page took 0.022919 seconds and 4 git commands to generate.