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

Function ReloadProcessCallback

lib/base/application.cpp:392–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392static void ReloadProcessCallback(const ProcessResult& pr)
393{
394 l_Restarting = false;
395
396 std::thread t([pr]() { ReloadProcessCallbackInternal(pr); });
397 t.detach();
398}
399
400pid_t Application::StartReloadProcess()
401{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected