moved prefix to avoid compiler warning

This commit is contained in:
joxe 2010-03-26 15:12:57 +00:00
parent 90f174509b
commit bd6cd03c1d
1 changed files with 2 additions and 2 deletions

View File

@ -130,9 +130,9 @@ static uip_nd6_opt_llao *nd6_opt_llao; /** Pointer to llao option in uip_buf
#if !UIP_CONF_ROUTER // TBD see if we move it to ra_input
static uip_nd6_opt_prefix_info *nd6_opt_prefix_info; /** Pointer to prefix information option in uip_buf */
static uip_ipaddr_t ipaddr;
static uip_ds6_prefix_t *prefix; /** Pointer to a prefix list entry */
#endif
static uip_ds6_nbr_t *nbr; /** Pointer to a nbr cache entry*/
static uip_ds6_prefix_t *prefix; /** Pointer to a prefix list entry */
static uip_ds6_defrt_t *defrt; /** Pointer to a router list entry */
static uip_ds6_addr_t *addr; /** Pointer to an interface address */