X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Farray.c;h=aa3ffcf0d4c9fa671623fc1f6eadbd96fcca4ddd;hb=d11e9c4975d88591e2324b6b11f426a22995833f;hp=64d889e01d3867da6ed2820c61f8c79f060990b7;hpb=e19c3d69b39d2fa422ab54b5ec7192799f536680;p=babeltrace.git diff --git a/formats/ctf/types/array.c b/formats/ctf/types/array.c index 64d889e0..aa3ffcf0 100644 --- a/formats/ctf/types/array.c +++ b/formats/ctf/types/array.c @@ -18,13 +18,7 @@ #include -void ctf_array_begin(struct stream_pos *pos, - const struct type_array *array_type) -{ - /* 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) +void ctf_array_rw(struct stream_pos *pos, struct definition *definition) { + array_rw(pos, definition); }