Namespace the struct declaration
[babeltrace.git] / formats / ctf / types / variant.c
index ece8b33338dd58f7e38a53a9c5bf6c660d83a190..b3d6396a6f9f075f21be4fd71e871a55c2c038f6 100644 (file)
@@ -30,7 +30,7 @@
 
 int ctf_variant_rw(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
-       struct declaration *declaration = definition->declaration;
+       struct bt_declaration *declaration = definition->declaration;
        struct ctf_stream_pos *pos = ctf_pos(ppos);
 
        ctf_align_pos(pos, declaration->alignment);
This page took 0.023688 seconds and 4 git commands to generate.