X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Ftext%2Ftext.c;h=89fa59901d63cac78c253175822b8e155d253017;hp=f5a62c63aeaa69ea82fb8758d7548f92e40c9589;hb=3af83b5a0b18de8603239be8d7d50020d76c3d21;hpb=f504043cde2c53406808a400a5e5e7d84cba3c04 diff --git a/plugins/text/text.c b/plugins/text/text.c index f5a62c63..89fa5990 100644 --- a/plugins/text/text.c +++ b/plugins/text/text.c @@ -613,6 +613,12 @@ enum bt_component_status text_component_init( text->out = stdout; text->err = stderr; + text->delta_cycles = -1ULL; + text->last_cycles_timestamp = -1ULL; + + text->delta_real_timestamp = -1ULL; + text->last_real_timestamp = -1ULL; + ret = apply_params(text, params); if (ret != BT_COMPONENT_STATUS_OK) { goto error;