Make the distinction between incoming and outgoing DTSN clear.

This commit is contained in:
nvt-se 2010-06-08 16:21:54 +00:00
parent b8848f29eb
commit 4a08f545c9
3 changed files with 9 additions and 13 deletions

View file

@ -30,7 +30,7 @@
*
* Author: Joakim Eriksson, Nicolas Tsiftes
*
* $Id: rpl.h,v 1.14 2010/06/06 21:48:15 nvt-se Exp $
* $Id: rpl.h,v 1.15 2010/06/08 16:21:54 nvt-se Exp $
*/
#ifndef RPL_H
@ -225,7 +225,7 @@ struct rpl_dag {
uip_ds6_defrt_t *def_route;
rpl_rank_t rank;
rpl_rank_t min_rank; /* should be reset per DODAG iteration! */
uint8_t dtsn;
uint8_t dtsn_out;
uint8_t instance_id;
uint8_t version;
uint8_t preference;