#40 Fix crash on Linux.

This commit is contained in:
XMRig 2017-07-19 04:28:59 +03:00
parent ebf54c6d04
commit 8f38462bbe
8 changed files with 21 additions and 8 deletions

View file

@ -36,6 +36,7 @@ class Handle
{
public:
Handle(int threadId, int threads, int64_t affinity);
void join();
void start(void (*callback) (void *));
inline int threadId() const { return m_threadId; }