X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-text%2Ftypes.h;h=b9c9cc30dfb79f296579268526331283baa8df02;hp=400e62c689d0ee3319cb706a73f64f54e15436a1;hb=03798a93f959f6c694fe98f5647481947607c604;hpb=70bd0a12b09ce7f233189cf07e090fda593ebc48 diff --git a/include/babeltrace/ctf-text/types.h b/include/babeltrace/ctf-text/types.h index 400e62c6..b9c9cc30 100644 --- a/include/babeltrace/ctf-text/types.h +++ b/include/babeltrace/ctf-text/types.h @@ -39,6 +39,8 @@ struct ctf_text_stream_pos { int dummy; /* disable output */ int print_names; /* print field names */ int field_nr; + uint64_t last_real_timestamp; /* to print delta */ + uint64_t last_cycles_timestamp; /* to print delta */ GString *string; /* Current string */ };