#include <BundleEvent.h>
Inheritance diagram for dtn::ContactDownEvent:
Definition at line 398 of file BundleEvent.h.
Public Member Functions | |
ContactDownEvent (const ContactRef &contact, reason_t reason) | |
Public Attributes | |
ContactRef | contact_ |
The contact that is now down. |
dtn::ContactDownEvent::ContactDownEvent | ( | const ContactRef & | contact, | |
reason_t | reason | |||
) | [inline] |
Definition at line 400 of file BundleEvent.h.
The contact that is now down.
Definition at line 405 of file BundleEvent.h.
Referenced by dtn::ProphetRouter::handle_contact_down(), dtn::NeighborhoodRouter::handle_contact_down(), dtn::LinkStateRouter::handle_contact_down(), and dtn::BundleDaemon::handle_contact_down().