Added classes IThread, CpuThread and API endpoint "GET /1/threads".

This commit is contained in:
XMRig
2018-04-01 22:49:21 +07:00
parent 1df52193b3
commit 3a11cd6e21
19 changed files with 320 additions and 78 deletions

View File

@@ -107,7 +107,7 @@ int App::exec()
}
Mem::allocate(m_controller->config()->algorithm(),
m_controller->config()->threads(),
m_controller->config()->threadsCount(),
m_controller->config()->isDoubleHash(),
m_controller->config()->isHugePages()
);