Added isinfinite to uip_ds6_defrt_t to handle infinite life time
This commit is contained in:
parent
808116ff56
commit
7aeb206840
3 changed files with 15 additions and 4 deletions
|
@ -173,6 +173,7 @@ typedef struct uip_ds6_defrt {
|
|||
uint8_t isused;
|
||||
uip_ipaddr_t ipaddr;
|
||||
struct stimer lifetime;
|
||||
uint8_t isinfinite;
|
||||
} uip_ds6_defrt_t;
|
||||
|
||||
/** \brief A prefix list entry */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue