namespace the struct functions
[babeltrace.git] / formats / ctf / types / struct.c
index 21ce96f6d9eae370ebf0cd5ffe5d10000caab387..b0d9e4a6eb5a5d6cae10220b1f9917da0a96f833 100644 (file)
@@ -34,5 +34,5 @@ int ctf_struct_rw(struct stream_pos *ppos, struct definition *definition)
        struct ctf_stream_pos *pos = ctf_pos(ppos);
 
        ctf_align_pos(pos, declaration->alignment);
-       return struct_rw(ppos, definition);
+       return bt_struct_rw(ppos, definition);
 }
This page took 0.023863 seconds and 4 git commands to generate.