Display message rate (30 sec average) on the webmap.
(cherry picked from commit 848af78be685c6e2a26d0b30e9f385696201a2c4)
This commit is contained in:
parent
41d8a79041
commit
72bfc31458
6 changed files with 41 additions and 4 deletions
|
|
@ -394,6 +394,9 @@ struct { // Internal state
|
|||
unsigned int stat_blocks_dropped;
|
||||
|
||||
struct timespec stat_cputime;
|
||||
|
||||
// total messages:
|
||||
unsigned int stat_messages_total;
|
||||
} Modes;
|
||||
|
||||
// The struct we use to store information about a decoded message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue