mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-22 10:45:06 +00:00
Fixed "READY threads X/X" display after algo switching
This commit is contained in:
parent
5b8501fb57
commit
a39ab89236
1 changed files with 7 additions and 6 deletions
|
@ -76,12 +76,13 @@ public:
|
||||||
{
|
{
|
||||||
m_workersMemory.clear();
|
m_workersMemory.clear();
|
||||||
m_hugePages.reset();
|
m_hugePages.reset();
|
||||||
m_memory = memory;
|
m_memory = memory;
|
||||||
m_started = 0;
|
m_started = 0;
|
||||||
m_errors = 0;
|
m_totalStarted = 0;
|
||||||
m_threads = threads.size();
|
m_errors = 0;
|
||||||
m_ways = 0;
|
m_threads = threads.size();
|
||||||
m_ts = Chrono::steadyMSecs();
|
m_ways = 0;
|
||||||
|
m_ts = Chrono::steadyMSecs();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool started(IWorker *worker, bool ready)
|
inline bool started(IWorker *worker, bool ready)
|
||||||
|
|
Loading…
Reference in a new issue