MCPcopy Create free account
hub / github.com/ElementsProject/lightning / sigaction

Class sigaction

common/daemon.c:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93static void crashlog_activate(void)
94{
95 struct sigaction sa;
96
97 sa.sa_handler = crashdump;
98 sigemptyset(&sa.sa_mask);

Callers 1

crashlog_activateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected