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

Job flow WIP.

This commit is contained in:
XMRig
2017-06-11 06:52:23 +03:00
parent bcef4b12ec
commit 3ad11685cc
14 changed files with 126 additions and 25 deletions

View File

@@ -25,7 +25,7 @@
#define __CONSOLE_H__
#include <uv.h>
#include <pthread.h>
class Console
@@ -61,7 +61,7 @@ private:
static Console *m_self;
bool m_colors;
uv_mutex_t m_mutex;
pthread_mutex_t m_mutex;
};