MCPcopy Create free account
hub / github.com/ElementsProject/lightning / subd_req

Class subd_req

lightningd/subd.c:103–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103struct subd_req {
104 struct list_node list;
105
106 /* Callback for a reply. */
107 int type;
108 void (*replycb)(struct subd *, const u8 *, const int *, void *);
109 void *replycb_data;
110
111 size_t num_reply_fds;
112 /* If non-NULL, this is here to disable replycb */
113 void *disabler;
114};
115
116static void destroy_subd_req(struct subd_req *sr)
117{

Callers 12

json_dev_reenable_commitFunction · 0.70
peer_dev_memleakFunction · 0.70
json_pingFunction · 0.70
gossip_notify_new_blockFunction · 0.70
gossip_initFunction · 0.70
json_addgossipFunction · 0.70
send_htlc_outFunction · 0.70
do_connectFunction · 0.70
connectd_initFunction · 0.70
connectd_activateFunction · 0.70
json_dev_quiesceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected