Sync changes.

This commit is contained in:
XMRig
2018-11-11 03:18:56 +07:00
parent 390d9306d7
commit c53617f8bf
8 changed files with 32 additions and 8 deletions

View File

@@ -78,6 +78,12 @@ xmrig::Controller::~Controller()
}
bool xmrig::Controller::isDone() const
{
return ConfigLoader::isDone();
}
bool xmrig::Controller::isReady() const
{
return d_ptr->config && d_ptr->network;