mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-05 04:27:39 +00:00
uip-ds6-route: make nbr_routes global
This commit is contained in:
@@ -40,9 +40,12 @@
|
||||
#ifndef UIP_DS6_ROUTE_H
|
||||
#define UIP_DS6_ROUTE_H
|
||||
|
||||
#include "net/nbr-table.h"
|
||||
#include "sys/stimer.h"
|
||||
#include "lib/list.h"
|
||||
|
||||
NBR_TABLE_DECLARE(nbr_routes);
|
||||
|
||||
void uip_ds6_route_init(void);
|
||||
|
||||
#ifndef UIP_CONF_UIP_DS6_NOTIFICATIONS
|
||||
|
Reference in New Issue
Block a user