Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ status_send_fd
Function
status_send_fd
common/status.c:180–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
void status_send_fd(int fd)
181
{
182
assert(!status_conn);
183
fdpass_send(status_fd, fd);
184
}
185
186
void status_send_fatal(const u8 *msg TAKES)
187
{
Callers
1
peer_fatal_continue
Function · 0.85
Calls
1
fdpass_send
Function · 0.85
Tested by
no test coverage detected