X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fmetadata.h;h=14c788c6d704a3c5a1aedccc78f96d3b408f4820;hp=9c4d4500434cd16609284c328598ff818fd5607e;hb=5e2eb0aebe6dd62c86d2b96030cb1ba3a0793bec;hpb=39592eae8e476dbb016e2b09ef75f4a7b8cc151d diff --git a/include/babeltrace/ctf-ir/metadata.h b/include/babeltrace/ctf-ir/metadata.h index 9c4d4500..14c788c6 100644 --- a/include/babeltrace/ctf-ir/metadata.h +++ b/include/babeltrace/ctf-ir/metadata.h @@ -36,6 +36,7 @@ struct ctf_event; struct ctf_stream { struct ctf_stream_class *stream_class; uint64_t timestamp; /* Current timestamp, in ns */ + int has_timestamp; uint64_t stream_id; struct definition_struct *trace_packet_header;