Enabled external neighbor removal
This commit is contained in:
parent
55f780ec19
commit
4e0ceedc47
2 changed files with 23 additions and 0 deletions
|
@ -112,6 +112,12 @@ int neighbor_attr_has_neighbor(const rimeaddr_t * addr);
|
|||
*/
|
||||
int neighbor_attr_add_neighbor(const rimeaddr_t * addr);
|
||||
|
||||
/**
|
||||
* \brief Remove a neighbor entry to neighbor table
|
||||
* \retval -1 if unsuccessful, 0 if the neighbor was removed
|
||||
*/
|
||||
int neighbor_attr_remove_neighbor(const rimeaddr_t * addr);
|
||||
|
||||
/**
|
||||
* \brief Get pointer to neighbor table data specified by id
|
||||
* \param requested attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue