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:855–858 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
853
}
854
855
void subd_send_fd(struct subd *sd, int fd)
856
{
857
msg_enqueue_fd(sd->outq, fd);
858
}
859
860
struct subd_req *subd_req_(const tal_t *ctx,
861
struct subd *sd,
Callers
8
restart_dualopend
Function · 0.70
openchannel_init
Function · 0.70
json_queryrates
Function · 0.70
subd_req_
Function · 0.70
connect_activate_subd
Function · 0.70
handle_peer_spoke
Function · 0.70
fundchannel_start
Function · 0.70
handle_splice_abort
Function · 0.70
Calls
1
msg_enqueue_fd
Function · 0.85
Tested by
no test coverage detected