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

Class sigaction

lib/cli/daemoncommand.cpp:388–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387 {
388 struct sigaction sa;
389 memset(&sa, 0, sizeof(sa));
390
391 sa.sa_handler = SIG_DFL;

Callers 3

UmbrellaSignalHandlerFunction · 0.70
StartUnixWorkerFunction · 0.70
RunMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected