Fix: sessiond: size-based rotation threshold exceeded in per-pid tracing (2/2)
[lttng-tools.git] / src / common / consumer / consumer.hpp
index 44dd5d1bb4582d5e740499c89f925db9ddd6b30e..fb7f59bb21883ec8c8888c1069ab66020b548d45 100644 (file)
@@ -253,6 +253,7 @@ struct lttng_consumer_channel {
        uint64_t lost_packets;
 
        bool streams_sent_to_relayd;
+       uint64_t last_consumed_size_sample_sent;
 };
 
 struct stream_subbuffer {
This page took 0.022798 seconds and 4 git commands to generate.