Namespace the struct declaration
[babeltrace.git] / formats / ctf-text / types / struct.c
index e9365affe83ec9a30796ed7c1f3074968479aaff..cbfcc7cde2b00ea2a6b6686ad51ada158f56fb33 100644 (file)
@@ -29,9 +29,9 @@
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
-int ctf_text_struct_write(struct stream_pos *ppos, struct definition *definition)
+int ctf_text_struct_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
-       struct declaration *declaration = definition->declaration;
+       struct bt_declaration *declaration = definition->declaration;
        struct declaration_struct *struct_declaration =
                container_of(declaration, struct declaration_struct, p);
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
This page took 0.022641 seconds and 4 git commands to generate.