Changed the variable name local_confidence to etx to better reflect what it was used for
This commit is contained in:
parent
ba6bf7dd6b
commit
706045120f
4 changed files with 13 additions and 8 deletions
|
@ -207,7 +207,7 @@ struct rpl_parent {
|
|||
void *dag;
|
||||
uip_ipaddr_t addr;
|
||||
rpl_rank_t rank;
|
||||
uint8_t local_confidence;
|
||||
uint8_t etx;
|
||||
uint8_t dtsn;
|
||||
uint8_t updated;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue