X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Farray.c;h=8cfd0ae574fbba544990ea8b99cfa2bcee30db49;hp=64d889e01d3867da6ed2820c61f8c79f060990b7;hb=f66259163f060ada8d0fee348857c968e338ea40;hpb=e1151715912eaec959682b3bc10be3ced6abe467 diff --git a/formats/ctf/types/array.c b/formats/ctf/types/array.c index 64d889e0..8cfd0ae5 100644 --- a/formats/ctf/types/array.c +++ b/formats/ctf/types/array.c @@ -19,12 +19,12 @@ #include void ctf_array_begin(struct stream_pos *pos, - const struct type_array *array_type) + const struct declaration_array *array_declaration) { /* No need to align, because the first field will align itself. */ } void ctf_array_end(struct stream_pos *pos, - const struct type_array *array_type) + const struct declaration_array *array_declaration) { }