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)