1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 00:33:33 -05:00

Job flow.

This commit is contained in:
XMRig
2017-06-10 13:32:27 +03:00
parent f9c244f0aa
commit bcef4b12ec
7 changed files with 45 additions and 8 deletions

View File

@@ -57,7 +57,8 @@ static inline char hf_bin2hex(unsigned char c)
}
Job::Job() :
Job::Job(int poolId) :
m_poolId(poolId),
m_size(0),
m_diff(0),
m_target(0)