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

Function status_io

common/status.c:134–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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