fixed RPL statistics bug and added parent switch stats

This commit is contained in:
Joakim Eriksson 2011-03-15 14:14:41 +01:00
parent 7033bc859e
commit 5f4d4550fc
3 changed files with 3 additions and 1 deletions

View file

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