Add float type class to babeltrace types
[babeltrace.git] / formats / ctf / ctf.c
index d128b9ac654c4acf4c409610c2eae97bf53996f4..0f0d69211964175aee368a6ce1f50d00282b3daf 100644 (file)
@@ -34,6 +34,8 @@ static const struct format ctf_format = {
        .bitfield_signed_read = ctf_bitfield_signed_read,
        .bitfield_unsigned_write = ctf_bitfield_unsigned_write,
        .bitfield_signed_write = ctf_bitfield_signed_write,
+       .double_read = ctf_double_read,
+       .double_write = ctf_double_write,
        .float_copy = ctf_float_copy,
        .string_copy = ctf_string_copy,
        .enum_uint_to_quark = ctf_enum_uint_to_quark,
@@ -50,3 +52,5 @@ void ctf_init(void)
        ret = bt_register_format(&ctf_format);
        assert(!ret);
 }
+
+/* TODO: finalize */
This page took 0.023434 seconds and 4 git commands to generate.