MCPcopy 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
180void status_send_fd(int fd)
181{
182 assert(!status_conn);
183 fdpass_send(status_fd, fd);
184}
185
186void status_send_fatal(const u8 *msg TAKES)
187{

Callers 1

peer_fatal_continueFunction · 0.85

Calls 1

fdpass_sendFunction · 0.85

Tested by

no test coverage detected