Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ sigaction
Class
sigaction
common/daemon.c:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
static void crashlog_activate(void)
56
{
57
struct sigaction sa;
58
59
sa.sa_handler = crashdump;
60
sigemptyset(&sa.sa_mask);
Callers
1
crashlog_activate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected