Fix: previous channel total is not updated
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index 87939f0660e4ed88164b34a2e711ecd25bb6e97c..df801be59d77f1b50561cae48705177277f133cb 100644 (file)
@@ -2444,6 +2444,7 @@ int handle_notification_thread_channel_sample(
                                sizeof(previous_sample));
                stored_sample->highest_usage = latest_sample.highest_usage;
                stored_sample->lowest_usage = latest_sample.lowest_usage;
+               stored_sample->channel_total_consumed = latest_sample.channel_total_consumed;
                previous_sample_available = true;
        } else {
                /*
This page took 0.025076 seconds and 5 git commands to generate.