API : list of events in the trace
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 7f2b06d6f75ebee5af0cad2f65ff7467174b4367..c18749f708906b84f6b01dde9f193d38322edec5 100644 (file)
@@ -140,6 +140,7 @@ struct ctf_trace {
        GHashTable *clocks;
        struct ctf_clock *single_clock;         /* currently supports only one clock */
        struct trace_collection *collection;    /* Container of this trace */
+       GPtrArray *event_declarations;          /* Array of all the struct bt_ctf_event_decl */
 
        struct declaration_struct *packet_header_decl;
 
This page took 0.02237 seconds and 4 git commands to generate.