Add array
[babeltrace.git] / formats / ctf / ctf.c
index 63fe47e3cd6382b8f2a31eac7c8e31acc4d7468d..48c62c02f6d3dff1be4db96f968e5d345d437c05 100644 (file)
@@ -41,6 +41,10 @@ static const struct format ctf_format = {
        .enum_write = ctf_enum_write,
        .struct_begin = ctf_struct_begin,
        .struct_end = ctf_struct_end,
+       .array_begin = ctf_array_begin,
+       .array_end = ctf_array_end,
+       .sequence_begin = ctf_sequence_begin,
+       .sequence_end = ctf_sequence_end,
 };
 
 void ctf_init(void)
This page took 0.022977 seconds and 4 git commands to generate.