X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstruct.c;fp=formats%2Fctf%2Ftypes%2Fstruct.c;h=106f682c8ee2d886a9daded1bb32d027e20a7abc;hp=b004767e12920c230136514a96f75d1a24b28640;hb=ecc54f11c258cad6b54d35da83e525d32c032397;hpb=0d69b916c5ba44b63a26aa038d416d6ee286306b diff --git a/formats/ctf/types/struct.c b/formats/ctf/types/struct.c index b004767e..106f682c 100644 --- a/formats/ctf/types/struct.c +++ b/formats/ctf/types/struct.c @@ -30,7 +30,7 @@ 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);