X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstruct.c;h=7c1562bbf19dc6f43d5933921e12942c91dd415a;hp=21ce96f6d9eae370ebf0cd5ffe5d10000caab387;hb=1cf393f63db4dce618515749d5549564d1313ee4;hpb=c462e188f3e7819c7bc74f671038cdbf36e8c3c0 diff --git a/formats/ctf/types/struct.c b/formats/ctf/types/struct.c index 21ce96f6..7c1562bb 100644 --- a/formats/ctf/types/struct.c +++ b/formats/ctf/types/struct.c @@ -28,11 +28,11 @@ #include -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); }