X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstruct.c;h=dc3a06eb0a8bcda6b6474d7a426d275fee5f0ba8;hb=add40b62157cb13cfa1144c59f6bb6054ad5b8a1;hp=70c08219953200be6baa3931659ca3f505fbb51b;hpb=ccd7e1c86f36342b0b06651cc52df86bb663c271;p=babeltrace.git 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) { }