Restructure objects around generic_rw() accessor
[babeltrace.git] / formats / ctf / types / array.c
index 8cfd0ae574fbba544990ea8b99cfa2bcee30db49..aa3ffcf0d4c9fa671623fc1f6eadbd96fcca4ddd 100644 (file)
 
 #include <babeltrace/ctf/types.h>
 
-void ctf_array_begin(struct stream_pos *pos,
-                    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 declaration_array *array_declaration)
+void ctf_array_rw(struct stream_pos *pos, struct definition *definition)
 {
+       array_rw(pos, definition);
 }
This page took 0.023651 seconds and 4 git commands to generate.