X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstruct.c;h=dc3a06eb0a8bcda6b6474d7a426d275fee5f0ba8;hp=4eda7d6994d15b097f7a5d0d7f37b5d27cbf6f5b;hb=f66259163f060ada8d0fee348857c968e338ea40;hpb=e1151715912eaec959682b3bc10be3ced6abe467 diff --git a/formats/ctf/types/struct.c b/formats/ctf/types/struct.c index 4eda7d69..dc3a06eb 100644 --- a/formats/ctf/types/struct.c +++ b/formats/ctf/types/struct.c @@ -19,12 +19,12 @@ #include void ctf_struct_begin(struct stream_pos *pos, - const struct type_struct *struct_type) + const struct declaration_struct *struct_declaration) { - align_pos(pos, struct_type->p.alignment); + align_pos(pos, struct_declaration->p.alignment); } void ctf_struct_end(struct stream_pos *pos, - const struct type_struct *struct_type) + const struct declaration_struct *struct_declaration) { }