Update sequence (type specifier -> field ref), fix definition lookup
[babeltrace.git] / formats / ctf / types / array.c
index 64d889e01d3867da6ed2820c61f8c79f060990b7..3fd0ad427ebdc6548043294cd62f324a04bfeb89 100644 (file)
 
 #include <babeltrace/ctf/types.h>
 
-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)
+int ctf_array_rw(struct stream_pos *pos, struct definition *definition)
 {
+       return array_rw(pos, definition);
 }
This page took 0.02367 seconds and 4 git commands to generate.