X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Finteger.c;h=34df4fc9fca49190f7c55c0d26440563ed18f5d8;hp=7363b524e6f1b9af5d896cd55630bcb3990b7c0c;hb=b5a8598f01c8e40163449bff173909eff824647b;hpb=0d69b916c5ba44b63a26aa038d416d6ee286306b diff --git a/formats/ctf-text/types/integer.c b/formats/ctf-text/types/integer.c index 7363b524..34df4fc9 100644 --- a/formats/ctf-text/types/integer.c +++ b/formats/ctf-text/types/integer.c @@ -31,6 +31,7 @@ #include #include #include +#include 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; }