X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=9a0e003a2fa3e5081ca331cad3c533c7223706af;hp=017d0e058b97a5a8b06c82c14b04ea2dfdd5ec11;hb=a52d7f6a6dfe8c55b65eef0996b848873db39fe7;hpb=bed864a75d2315c344a6e625db66ae9bfbc51e27 diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index 017d0e05..9a0e003a 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -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, };