#include <BundleEvent.h>
Definition at line 693 of file BundleEvent.h.
Public Member Functions | |
RegistrationAddedEvent (Registration *reg, event_source_t source) | |
Public Attributes | |
Registration * | registration_ |
The newly added registration. | |
int | source_ |
Why is the registration added. |
dtn::RegistrationAddedEvent::RegistrationAddedEvent | ( | Registration * | reg, | |
event_source_t | source | |||
) | [inline] |
Definition at line 695 of file BundleEvent.h.
Why is the registration added.
Definition at line 703 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_registration_added().