X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Ftypes%2Finteger.c;fp=formats%2Fctf-text%2Ftypes%2Finteger.c;h=cc3a3551b2bc31074c4fd532c6414b456868db44;hp=9602a902a766d8673a14e8896ee91bc59e3d34e7;hb=c40a57e579977be9eb7682480428a89af5ca529c;hpb=220e0cbec97669ccfe4ed8a7e69c73c9ac72062d diff --git a/formats/ctf-text/types/integer.c b/formats/ctf-text/types/integer.c index 9602a902..cc3a3551 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) { @@ -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; }