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:194–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
void status_send_fd(int fd)
195
{
196
assert(!status_conn);
197
fdpass_send(status_fd, fd);
198
}
199
200
void status_send_fatal(const u8 *msg TAKES)
201
{
Callers
1
peer_fatal_continue
Function · 0.85
Calls
1
fdpass_send
Function · 0.85
Tested by
no test coverage detected