Initial implementation of the debuginfo API
[babeltrace.git] / formats / ctf-text / types / integer.c
index 9602a902a766d8673a14e8896ee91bc59e3d34e7..cc3a3551b2bc31074c4fd532c6414b456868db44 100644 (file)
@@ -31,6 +31,7 @@
 #include <inttypes.h>
 #include <stdint.h>
 #include <babeltrace/bitfield.h>
+#include <babeltrace/trace-debuginfo.h>
 
 int ctf_text_integer_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
@@ -129,5 +130,7 @@ int ctf_text_integer_write(struct bt_stream_pos *ppos, struct bt_definition *def
                return -EINVAL;
        }
 
+       ctf_text_integer_write_debug_info(ppos, definition);
+
        return 0;
 }
This page took 0.023099 seconds and 4 git commands to generate.