String type: complete migration to bitwise position
[babeltrace.git] / formats / ctf / ctf.c
index 017d0e058b97a5a8b06c82c14b04ea2dfdd5ec11..9a0e003a2fa3e5081ca331cad3c533c7223706af 100644 (file)
@@ -38,6 +38,9 @@ static const struct format ctf_format = {
        .double_write = ctf_double_write,
        .float_copy = ctf_float_copy,
        .string_copy = ctf_string_copy,
+       .string_read = ctf_string_read,
+       .string_write = ctf_string_write,
+       .string_free_temp = ctf_string_free_temp,
        .enum_read = ctf_enum_read,
        .enum_write = ctf_enum_write,
 };
This page took 0.022143 seconds and 4 git commands to generate.