Browse Source

MT#55283 move packets_lost to shm

Change-Id: I3bd8aa70f5ae508b962b6b61a1cccf3ba9837572
pull/1826/head
Richard Fuchs 2 years ago
parent
commit
9ba3297d44
2 changed files with 1 additions and 1 deletions
  1. +0
    -1
      include/counter_stats_fields.inc
  2. +1
    -0
      kernel-module/common_counter_stats_fields.inc

+ 0
- 1
include/counter_stats_fields.inc View File

@ -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)


+ 1
- 0
kernel-module/common_counter_stats_fields.inc View File

@ -1,3 +1,4 @@
F(packets_kernel)
F(bytes_kernel)
F(errors_kernel)
F(packets_lost)

Loading…
Cancel
Save