1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Add Workers class.

This commit is contained in:
XMRig
2017-06-10 09:41:08 +03:00
parent 29aa466023
commit f9c244f0aa
10 changed files with 138 additions and 42 deletions

View File

@@ -38,8 +38,6 @@ public:
Worker(Handle *handle);
~Worker();
void start() override;
protected:
cryptonight_ctx *m_ctx;
Handle *m_handle;