MCPcopy 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
194void status_send_fd(int fd)
195{
196 assert(!status_conn);
197 fdpass_send(status_fd, fd);
198}
199
200void status_send_fatal(const u8 *msg TAKES)
201{

Callers 1

peer_fatal_continueFunction · 0.85

Calls 1

fdpass_sendFunction · 0.85

Tested by

no test coverage detected