Event class for reconfiguring an existing link. More...
#include <BundleEvent.h>
Public Member Functions | |
LinkReconfigureRequest (const LinkRef &link, AttributeVector ¶meters) | |
The link to be changed. | |
Public Attributes | |
LinkRef | link_ |
Set of key, value pairs. | |
AttributeVector | parameters_ |
Event class for reconfiguring an existing link.
Definition at line 1168 of file BundleEvent.h.
dtn::LinkReconfigureRequest::LinkReconfigureRequest | ( | const LinkRef & | link, | |
AttributeVector & | parameters | |||
) | [inline] |
The link to be changed.
Definition at line 1170 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
Set of key, value pairs.
Definition at line 1183 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_link_report().
Definition at line 1184 of file BundleEvent.h.