Timeouts configurable at run-time
This commit is contained in:
parent
e12086c980
commit
f69268b4ab
7 changed files with 37 additions and 19 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: neighbor.h,v 1.3 2007/03/22 17:34:43 adamdunkels Exp $
|
||||
* $Id: neighbor.h,v 1.4 2007/03/25 12:06:28 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -60,6 +60,7 @@ void neighbor_remove(rimeaddr_t *addr);
|
|||
|
||||
struct neighbor *neighbor_find(rimeaddr_t *addr);
|
||||
struct neighbor *neighbor_best(void);
|
||||
void neighbor_set_lifetime(int seconds);
|
||||
|
||||
|
||||
#endif /* __NEIGHBOR_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue