Add structures
[babeltrace.git] / formats / ctf / ctf.c
index eec36148573eef6a3283808aff916ba22d08ef58..63fe47e3cd6382b8f2a31eac7c8e31acc4d7468d 100644 (file)
@@ -39,6 +39,8 @@ static const struct format ctf_format = {
        .string_free_temp = ctf_string_free_temp,
        .enum_read = ctf_enum_read,
        .enum_write = ctf_enum_write,
+       .struct_begin = ctf_struct_begin,
+       .struct_end = ctf_struct_end,
 };
 
 void ctf_init(void)
This page took 0.022951 seconds and 4 git commands to generate.