Regression test: fixed function prototype of route_callback

This commit is contained in:
Simon Duquennoy 2015-10-01 16:10:46 +02:00
parent 5ac4c2c867
commit 4805a9bbe6
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ set_global_address(void)
/*---------------------------------------------------------------------------*/
uint8_t should_blink = 1;
static void
route_callback(int event, uip_ipaddr_t *route, uip_ipaddr_t *ipaddr)
route_callback(int event, uip_ipaddr_t *route, uip_ipaddr_t *ipaddr, int num_routes)
{
if(event == UIP_DS6_NOTIFICATION_DEFRT_ADD) {
should_blink = 0;