Added isinfinite to uip_ds6_defrt_t to handle infinite life time

This commit is contained in:
nifi 2010-05-10 13:46:35 +00:00
parent 808116ff56
commit 7aeb206840
3 changed files with 15 additions and 4 deletions

View file

@ -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 */