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

Method DumpProgramState

lib/icinga/icingaapplication.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void IcingaApplication::DumpProgramState()
164{
165 ConfigObject::DumpObjects(Configuration::StatePath);
166 DumpModifiedAttributes();
167}
168
169void IcingaApplication::DumpModifiedAttributes()
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected