Namespace struct stream_pos
[babeltrace.git] / formats / ctf / types / struct.c
index 21ce96f6d9eae370ebf0cd5ffe5d10000caab387..7c1562bbf19dc6f43d5933921e12942c91dd415a 100644 (file)
 
 #include <babeltrace/ctf/types.h>
 
-int ctf_struct_rw(struct stream_pos *ppos, struct definition *definition)
+int ctf_struct_rw(struct bt_stream_pos *ppos, struct definition *definition)
 {
        struct declaration *declaration = definition->declaration;
        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.026922 seconds and 4 git commands to generate.