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

Method OnConfigLoaded

lib/base/application.cpp:80–86  ·  view source on GitHub ↗

* Constructor for the Application class. */

Source from the content-addressed store, hash-verified

78 * Constructor for the Application class.
79 */
80void Application::OnConfigLoaded()
81{
82 m_PidFile = nullptr;
83
84 ASSERT(m_Instance == nullptr);
85 m_Instance = this;
86}
87
88/**
89 * Destructor for the application class.

Callers 2

InitIcingaApplicationMethod · 0.45
CreateApiListenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected