Update pretty print output
[babeltrace.git] / include / babeltrace / types.h
index 6bfd703d4bad08eb8dcac12671175a44752cd184..2c7650e620779ae2e8c202c38b26f07d7f87b00b 100644 (file)
@@ -114,7 +114,7 @@ struct stream_pos {
        /* read/write dispatch table. Specific to plugin used for stream. */
        rw_dispatch *rw_table;  /* rw dispatch table */
        int (*event_cb)(struct stream_pos *pos,
-                       struct ctf_stream *stream_class);
+                       struct ctf_stream *stream);
 };
 
 static inline
@@ -446,6 +446,7 @@ struct definition *
 struct_definition_get_field_from_index(struct definition_struct *struct_definition,
                                       int index);
 int struct_rw(struct stream_pos *pos, struct definition *definition);
+uint64_t struct_declaration_len(struct declaration_struct *struct_declaration);
 
 /*
  * The tag enumeration is validated to ensure that it contains only mappings
This page took 0.025896 seconds and 4 git commands to generate.