Event class for route delete events. More...
#include <BundleEvent.h>
Public Member Functions | |
RouteDelEvent (const EndpointIDPattern &dest) | |
Public Attributes | |
EndpointIDPattern | dest_ |
The destination eid to be removed. |
Event class for route delete events.
Definition at line 763 of file BundleEvent.h.
dtn::RouteDelEvent::RouteDelEvent | ( | const EndpointIDPattern & | dest | ) | [inline] |
Definition at line 765 of file BundleEvent.h.
The destination eid to be removed.
Definition at line 769 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_custody_signal(), and dtn::TableBasedRouter::handle_route_del().