mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-14 10:32:38 -05:00
#1756 Added results and connection reports.
This commit is contained in:
@@ -98,3 +98,10 @@ xmrig::Network *xmrig::Controller::network() const
|
||||
|
||||
return m_network;
|
||||
}
|
||||
|
||||
|
||||
void xmrig::Controller::execCommand(char command)
|
||||
{
|
||||
miner()->execCommand(command);
|
||||
network()->execCommand(command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user