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

Function report_logging_io

common/status.c:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static void report_logging_io(const char *why)
42{
43 if (logging_io != was_logging_io) {
44 was_logging_io = logging_io;
45 status_debug("%s: IO LOGGING %s",
46 why, logging_io ? "ENABLED" : "DISABLED");
47 }
48}
49
50void status_setup_sync(int fd)
51{

Callers 3

status_sendFunction · 0.85
status_peer_ioFunction · 0.85
status_ioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected