Initial implementation of the debuginfo API
[babeltrace.git] / formats / ctf-text / types / integer.c
index 7363b524e6f1b9af5d896cd55630bcb3990b7c0c..34df4fc9fca49190f7c55c0d26440563ed18f5d8 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)
 {
@@ -124,5 +125,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.02351 seconds and 4 git commands to generate.