#include <BundleEvent.h>
Public Member Functions | |
BundleCancelRequest () | |
BundleCancelRequest (const BundleRef &bundle, const std::string &link) | |
Bundle to be cancelled. | |
Public Attributes | |
BundleRef | bundle_ |
Link where the bundle is destined. | |
std::string | link_ |
Definition at line 898 of file BundleEvent.h.
dtn::BundleCancelRequest::BundleCancelRequest | ( | ) | [inline] |
dtn::BundleCancelRequest::BundleCancelRequest | ( | const BundleRef & | bundle, | |
const std::string & | link | |||
) | [inline] |
Bundle to be cancelled.
Definition at line 906 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
std::string dtn::BundleCancelRequest::link_ |
Definition at line 919 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_cancel().