Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InitializeBase
Method · 0.70
application.cpp
File · 0.70
InstallExceptionHandlers
Method · 0.70
Run
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected