From 9ba3297d447ebd22f3530df7cc14b0fb57017ff9 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 10 Apr 2024 14:35:33 -0400 Subject: [PATCH] MT#55283 move packets_lost to shm Change-Id: I3bd8aa70f5ae508b962b6b61a1cccf3ba9837572 --- include/counter_stats_fields.inc | 1 - kernel-module/common_counter_stats_fields.inc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/counter_stats_fields.inc b/include/counter_stats_fields.inc index 2c1a78a05..0618feba2 100644 --- a/include/counter_stats_fields.inc +++ b/include/counter_stats_fields.inc @@ -17,7 +17,6 @@ F(oneway_stream_sess) F(call_duration) F(call_duration2) F(total_calls_duration_intv) -F(packets_lost) F(rtp_duplicates) F(rtp_skips) F(rtp_seq_resets) diff --git a/kernel-module/common_counter_stats_fields.inc b/kernel-module/common_counter_stats_fields.inc index 25a03d2f8..2dd004b81 100644 --- a/kernel-module/common_counter_stats_fields.inc +++ b/kernel-module/common_counter_stats_fields.inc @@ -1,3 +1,4 @@ F(packets_kernel) F(bytes_kernel) F(errors_kernel) +F(packets_lost)