Namespace the struct declaration
[babeltrace.git] / formats / ctf-text / types / struct.c
index 1b9e27e10ce948a66c15b39640146c6ec87c9364..cbfcc7cde2b00ea2a6b6686ad51ada158f56fb33 100644 (file)
@@ -31,7 +31,7 @@
 
 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.022763 seconds and 4 git commands to generate.