uip-ds6-route: make nbr_routes global
This commit is contained in:
parent
77d8322da8
commit
dfd61b6cc9
|
@ -40,9 +40,12 @@
|
||||||
#ifndef UIP_DS6_ROUTE_H
|
#ifndef UIP_DS6_ROUTE_H
|
||||||
#define UIP_DS6_ROUTE_H
|
#define UIP_DS6_ROUTE_H
|
||||||
|
|
||||||
|
#include "net/nbr-table.h"
|
||||||
#include "sys/stimer.h"
|
#include "sys/stimer.h"
|
||||||
#include "lib/list.h"
|
#include "lib/list.h"
|
||||||
|
|
||||||
|
NBR_TABLE_DECLARE(nbr_routes);
|
||||||
|
|
||||||
void uip_ds6_route_init(void);
|
void uip_ds6_route_init(void);
|
||||||
|
|
||||||
#ifndef UIP_CONF_UIP_DS6_NOTIFICATIONS
|
#ifndef UIP_CONF_UIP_DS6_NOTIFICATIONS
|
||||||
|
|
Loading…
Reference in a new issue