Implement ctf-metadata output plugin
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 91df0362de445d9bd50bff82c08d1d2a9abb3694..eb37c2df3b4b0dc3a1ce5381e12e7579c7d40d5b 100644 (file)
@@ -184,6 +184,8 @@ struct ctf_trace {
        struct definition_scope *definition_scope;
        GPtrArray *streams;                     /* Array of struct ctf_stream_declaration pointers */
        struct ctf_stream_definition *metadata;
        struct definition_scope *definition_scope;
        GPtrArray *streams;                     /* Array of struct ctf_stream_declaration pointers */
        struct ctf_stream_definition *metadata;
+       char *metadata_string;
+       int metadata_packetized;
        GHashTable *clocks;
        GHashTable *callsites;
        struct ctf_clock *single_clock;         /* currently supports only one clock */
        GHashTable *clocks;
        GHashTable *callsites;
        struct ctf_clock *single_clock;         /* currently supports only one clock */
This page took 0.024241 seconds and 4 git commands to generate.