#include <BundleEvent.h>
Definition at line 1335 of file BundleEvent.h.
Public Member Functions | |
BundleQueuedQueryRequest (const std::string &query_id, Bundle *bundle, const LinkRef &link) | |
Public Attributes | |
BundleRef | bundle_ |
Bundle to be checked for queued status. | |
LinkRef | link_ |
Link on which to check if the given bundle is queued. |
dtn::BundleQueuedQueryRequest::BundleQueuedQueryRequest | ( | const std::string & | query_id, | |
Bundle * | bundle, | |||
const LinkRef & | link | |||
) | [inline] |
Definition at line 1337 of file BundleEvent.h.
Bundle to be checked for queued status.
Definition at line 1345 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_queued_query().
Link on which to check if the given bundle is queued.
Definition at line 1348 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_queued_query().