MCPcopy Create free account
hub / github.com/Icinga/icinga2 / OnShutdown

Method OnShutdown

lib/icinga/icingaapplication.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void IcingaApplication::OnShutdown()
121{
122 {
123 ObjectLock olock(this);
124 l_RetentionTimer->Stop();
125 }
126
127 DumpProgramState();
128}
129
130static void PersistModAttrHelper(AtomicFile& fp, ConfigObject::Ptr& previousObject, const ConfigObject::Ptr& object, const String& attr, const Value& value)
131{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected