Add more RPL stats
This commit is contained in:
parent
7286c9a635
commit
ccbfa388f6
3 changed files with 7 additions and 0 deletions
|
@ -242,6 +242,10 @@ struct rpl_stats {
|
|||
uint16_t malformed_msgs;
|
||||
uint16_t resets;
|
||||
uint16_t parent_switch;
|
||||
uint16_t forward_errors;
|
||||
uint16_t loop_errors;
|
||||
uint16_t loop_warnings;
|
||||
uint16_t root_repairs;
|
||||
};
|
||||
typedef struct rpl_stats rpl_stats_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue