Pretty plugin: only print negative timestamp warning once per component
[babeltrace.git] / plugins / text / pretty / pretty.h
index 272e06cff3a05f19784e5e1b81150cb5df2fb7b8..554fc72f8742523cb42feb2dccf992680c69a08e 100644 (file)
@@ -92,6 +92,8 @@ struct pretty_component {
 
        uint64_t last_real_timestamp;
        uint64_t delta_real_timestamp;
+
+       bool negative_timestamp_warning_done;
 };
 
 enum stream_packet_context_quarks_enum {
This page took 0.023601 seconds and 4 git commands to generate.