MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / sigaction

Class sigaction

daemon/UnixDaemon.cpp:197–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196 // Signal handler
197 struct sigaction sa;
198 sa.sa_handler = handle_signal;
199 sigemptyset(&sa.sa_mask);
200 sa.sa_flags = SA_RESTART;

Callers 1

startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected