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