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

Function status_io

common/status.c:132–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void status_io(enum log_level iodir,
133 const struct node_id *peer,
134 const char *who,
135 const void *data, size_t len)
136{
137 report_logging_io("SIGUSR1");
138 if (!logging_io)
139 return;
140 /* Horribly inefficient, but so is logging IO generally. */
141 status_io_full(iodir, peer, who, tal_dup_arr(tmpctx, u8, data, len, 0));
142}
143
144void status_vfmt(enum log_level level,
145 const struct node_id *peer,

Callers 7

tor_send_cmdFunction · 0.85
tor_response_line_wfailFunction · 0.85
tor_response_lineFunction · 0.85
connect_finish2Function · 0.85
connect_finishFunction · 0.85
io_tor_connect_do_reqFunction · 0.85

Calls 2

report_logging_ioFunction · 0.85
status_io_fullFunction · 0.85

Tested by

no test coverage detected