namespace the variant functions
[babeltrace.git] / formats / ctf / types / variant.c
index 297f26ff5feb3f9e739e82fb8c7582f3dec6dfca..f3559f55ebae7242a8c6394f824481ef0abc59a2 100644 (file)
@@ -34,5 +34,5 @@ int ctf_variant_rw(struct stream_pos *ppos, struct definition *definition)
        struct ctf_stream_pos *pos = ctf_pos(ppos);
 
        ctf_align_pos(pos, declaration->alignment);
-       return variant_rw(ppos, definition);
+       return bt_variant_rw(ppos, definition);
 }
This page took 0.023197 seconds and 4 git commands to generate.