Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ daemon_conn_send_fd
Function
daemon_conn_send_fd
common/daemon_conn.c:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
void daemon_conn_send_fd(struct daemon_conn *dc, int fd)
165
{
166
msg_enqueue_fd(dc->out, fd);
167
}
168
169
void daemon_conn_wake(struct daemon_conn *dc)
170
{
Callers
nothing calls this directly
Calls
1
msg_enqueue_fd
Function · 0.85
Tested by
no test coverage detected