Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SNAS/openbmp
/ sigaction
Class
sigaction
Server/src/openbmp.cpp:605–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
* Setup the signal handlers
604
*/
605
struct sigaction sigact;
606
sigact.sa_handler = signal_handler;
607
sigact.sa_flags = 0;
608
sigemptyset( &sigact.sa_mask); // blocked signals while handler runs
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected