Namespace the struct declaration
[babeltrace.git] / formats / ctf / types / variant.c
index f3559f55ebae7242a8c6394f824481ef0abc59a2..b3d6396a6f9f075f21be4fd71e871a55c2c038f6 100644 (file)
@@ -28,9 +28,9 @@
 
 #include <babeltrace/ctf/types.h>
 
-int ctf_variant_rw(struct stream_pos *ppos, struct definition *definition)
+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.024003 seconds and 4 git commands to generate.