Add class JobResult.

This commit is contained in:
XMRig 2017-06-11 10:58:46 +03:00
parent 3ad11685cc
commit a0a8711dab
12 changed files with 112 additions and 22 deletions

View file

@ -25,9 +25,10 @@
#include "workers/Handle.h"
Handle::Handle(int threadId, int64_t affinity, bool nicehash) :
Handle::Handle(int threadId, int threads, int64_t affinity, bool nicehash) :
m_nicehash(nicehash),
m_threadId(threadId),
m_threads(threads),
m_affinity(affinity),
m_worker(nullptr)
{