Pretty-print 0-value timestamps
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 9c4d4500434cd16609284c328598ff818fd5607e..14c788c6d704a3c5a1aedccc78f96d3b408f4820 100644 (file)
@@ -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;
This page took 0.02285 seconds and 4 git commands to generate.