removed locking of rpl-parent since it was never unlocked - moved to routing module

This commit is contained in:
Joakim Eriksson 2015-08-26 18:24:54 +02:00
parent 5dee80a253
commit 4d5c749cf7
3 changed files with 0 additions and 11 deletions

View file

@ -303,9 +303,6 @@ uip_ds6_route_t *rpl_add_route(rpl_dag_t *dag, uip_ipaddr_t *prefix,
int prefix_len, uip_ipaddr_t *next_hop);
void rpl_purge_routes(void);
/* Lock a parent in the neighbor cache. */
void rpl_lock_parent(rpl_parent_t *p);
/* Objective function. */
rpl_of_t *rpl_find_of(rpl_ocp_t);