MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / InterruptTorControl

Function InterruptTorControl

src/torcontrol.cpp:759–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759void InterruptTorControl()
760{
761 if (gBase) {
762 LogPrintf("tor: Thread interrupt\n");
763 event_base_loopbreak(gBase);
764 }
765}
766
767void StopTorControl()
768{

Callers 1

InterruptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected