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

Class sigaction

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

Source from the content-addressed store, hash-verified

135 }
136#else /* _WIN32 */
137 struct sigaction sa;
138 memset(&sa, 0, sizeof(sa));
139 sa.sa_handler = SIG_IGN;
140 sigaction(SIGPIPE, &sa, nullptr);

Callers 4

InitializeBaseMethod · 0.70
application.cppFile · 0.70
RunMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected