#include <BundleEvent.h>
The daemon goes through all the links and call link->close() on them (if they're in one of the open link states), then cleanly closes the various data stores, then calls exit().
Definition at line 794 of file BundleEvent.h.
Public Member Functions | |
ShutdownRequest () | |
virtual void | serialize (oasys::SerializeAction *) |
This should call v->process() on each of the types that are to be serialized in the object. |
dtn::ShutdownRequest::ShutdownRequest | ( | ) | [inline] |
virtual void dtn::ShutdownRequest::serialize | ( | oasys::SerializeAction * | a | ) | [inline, virtual] |
This should call v->process() on each of the types that are to be serialized in the object.
Reimplemented from dtn::BundleEvent.
Definition at line 802 of file BundleEvent.h.