fixed RPL statistics bug and added parent switch stats
This commit is contained in:
parent
7033bc859e
commit
5f4d4550fc
3 changed files with 3 additions and 1 deletions
|
@ -218,6 +218,7 @@ struct rpl_stats {
|
|||
uint16_t global_repairs;
|
||||
uint16_t malformed_msgs;
|
||||
uint16_t resets;
|
||||
uint16_t parent_switch;
|
||||
};
|
||||
typedef struct rpl_stats rpl_stats_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue