X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstruct.c;h=4eda7d6994d15b097f7a5d0d7f37b5d27cbf6f5b;hp=70c08219953200be6baa3931659ca3f505fbb51b;hb=e19c3d69b39d2fa422ab54b5ec7192799f536680;hpb=6b71274a81b38da08261f2122597c540b02b7aee diff --git a/formats/ctf/types/struct.c b/formats/ctf/types/struct.c index 70c08219..4eda7d69 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_class_struct *struct_class) + const struct type_struct *struct_type) { - align_pos(pos, struct_class->p.alignment); + align_pos(pos, struct_type->p.alignment); } void ctf_struct_end(struct stream_pos *pos, - const struct type_class_struct *struct_class) + const struct type_struct *struct_type) { }