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)