CTF: Support incremental metadata append
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 5e92984dba40906c59bb96c5e4455182bc13233e..93c7a586a3ecc985d55b84928b657ae9ad7a743a 100644 (file)
@@ -42,6 +42,7 @@ struct ctf_stream_declaration;
 struct ctf_event_declaration;
 struct ctf_clock;
 struct ctf_callsite;
+struct ctf_scanner;
 
 struct ctf_stream_definition {
        struct ctf_stream_declaration *stream_class;
@@ -192,6 +193,8 @@ struct ctf_trace {
        GPtrArray *event_declarations;          /* Array of all the struct bt_ctf_event_decl */
 
        struct declaration_struct *packet_header_decl;
+       struct ctf_scanner *scanner;
+       int restart_root_decl;
 
        uint64_t major;
        uint64_t minor;
This page took 0.023093 seconds and 4 git commands to generate.