Add ctf type loading, add integer and bitfield "copy"
[babeltrace.git] / formats / ctf / ctf.c
index d128b9ac654c4acf4c409610c2eae97bf53996f4..de760a83c1a48944d839fc1337d3e48b7ddf2a42 100644 (file)
@@ -50,3 +50,5 @@ void ctf_init(void)
        ret = bt_register_format(&ctf_format);
        assert(!ret);
 }
+
+/* TODO: finalize */
This page took 0.022393 seconds and 4 git commands to generate.