Add more RPL stats

This commit is contained in:
Laurent Deru 2014-01-16 09:24:55 +01:00
parent 7286c9a635
commit ccbfa388f6
3 changed files with 7 additions and 0 deletions

View file

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