MCPcopy Create free account
hub / github.com/ElementsProject/elements / StopTorControl

Function StopTorControl

src/torcontrol.cpp:643–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643void StopTorControl()
644{
645 if (gBase) {
646 torControlThread.join();
647 event_base_free(gBase);
648 gBase = nullptr;
649 }
650}
651
652CService DefaultOnionServiceTarget()
653{

Callers 1

ShutdownFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected