Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ subd_send_fd
Function
subd_send_fd
lightningd/subd.c:844–847 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
842
}
843
844
void subd_send_fd(struct subd *sd, int fd)
845
{
846
msg_enqueue_fd(sd->outq, fd);
847
}
848
849
struct subd_req *subd_req_(const tal_t *ctx,
850
struct subd *sd,
Callers
6
json_openchannel_init
Function · 0.70
json_queryrates
Function · 0.70
subd_req_
Function · 0.70
connect_activate_subd
Function · 0.70
peer_spoke
Function · 0.70
json_fundchannel_start
Function · 0.70
Calls
1
msg_enqueue_fd
Function · 0.85
Tested by
no test coverage detected