X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstruct.c;h=106f682c8ee2d886a9daded1bb32d027e20a7abc;hp=b0d9e4a6eb5a5d6cae10220b1f9917da0a96f833;hb=ecc54f11c258cad6b54d35da83e525d32c032397;hpb=c8c981321e028ae65247badf220f6106fa106cb7 diff --git a/formats/ctf/types/struct.c b/formats/ctf/types/struct.c index b0d9e4a6..106f682c 100644 --- a/formats/ctf/types/struct.c +++ b/formats/ctf/types/struct.c @@ -28,9 +28,9 @@ #include -int ctf_struct_rw(struct stream_pos *ppos, struct definition *definition) +int ctf_struct_rw(struct bt_stream_pos *ppos, struct bt_definition *definition) { - struct declaration *declaration = definition->declaration; + struct bt_declaration *declaration = definition->declaration; struct ctf_stream_pos *pos = ctf_pos(ppos); ctf_align_pos(pos, declaration->alignment);