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