#include <BundleEvent.h>
Inheritance diagram for dtn::BundleTransmitFailedEvent:
Definition at line 274 of file BundleEvent.h.
Public Member Functions | |
BundleTransmitFailedEvent (Bundle *bundle, const ContactRef &contact) | |
Public Attributes | |
BundleRef | bundleref_ |
The transmitted bundle. | |
ContactRef | contact_ |
The contact where the bundle was attempted to be sent. |
dtn::BundleTransmitFailedEvent::BundleTransmitFailedEvent | ( | Bundle * | bundle, | |
const ContactRef & | contact | |||
) | [inline] |
Definition at line 276 of file BundleEvent.h.
The transmitted bundle.
Definition at line 282 of file BundleEvent.h.
Referenced by dtn::TableBasedRouter::handle_bundle_transmit_failed(), and dtn::BundleDaemon::handle_bundle_transmit_failed().
The contact where the bundle was attempted to be sent.
Definition at line 285 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_transmit_failed().