Add DAG lifetime
This commit is contained in:
parent
0a648df3c3
commit
34126173b4
6 changed files with 49 additions and 0 deletions
|
@ -142,6 +142,7 @@ struct rpl_dag {
|
|||
rpl_rank_t rank;
|
||||
struct rpl_instance *instance;
|
||||
rpl_prefix_t prefix_info;
|
||||
uint32_t lifetime;
|
||||
};
|
||||
typedef struct rpl_dag rpl_dag_t;
|
||||
typedef struct rpl_instance rpl_instance_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue