CTF: Support incremental metadata append
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 3d684fb661db86759b0080328bfe18597c5c660b..93c7a586a3ecc985d55b84928b657ae9ad7a743a 100644 (file)
@@ -33,7 +33,7 @@
 #include <babeltrace/ctf/types.h>
 #include <sys/types.h>
 #include <dirent.h>
-#include <babeltrace/uuid.h>
+#include <babeltrace/compat/uuid.h>
 #include <assert.h>
 #include <glib.h>
 
@@ -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.023842 seconds and 4 git commands to generate.