Timer class used to re-enable broken ondemand links. More...
#include <ContactManager.h>
Public Member Functions | |
| LinkAvailabilityTimer (ContactManager *cm, const LinkRef &link) | |
| virtual void | timeout (const struct timeval &now) |
Public Attributes | |
| ContactManager * | cm_ |
| The contact manager object. | |
| LinkRef | link_ |
| The link in question. | |
Timer class used to re-enable broken ondemand links.
Definition at line 175 of file ContactManager.h.
| dtn::ContactManager::LinkAvailabilityTimer::LinkAvailabilityTimer | ( | ContactManager * | cm, | |
| const LinkRef & | link | |||
| ) | [inline] |
Definition at line 177 of file ContactManager.h.
| void dtn::ContactManager::LinkAvailabilityTimer::timeout | ( | const struct timeval & | now | ) | [virtual] |
Definition at line 179 of file ContactManager.cc.
The contact manager object.
Definition at line 182 of file ContactManager.h.
The link in question.
Definition at line 183 of file ContactManager.h.
1.6.3