1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-30 09:12:39 -04:00

Restored OclCache.

This commit is contained in:
XMRig
2019-08-27 06:31:40 +07:00
parent 47b8cb6044
commit ec1839d580
27 changed files with 290 additions and 72 deletions

View File

@@ -42,7 +42,7 @@ class IOclRunner;
class OclWorker : public Worker
{
public:
OclWorker(size_t index, const OclLaunchData &data);
OclWorker(size_t id, const OclLaunchData &data);
~OclWorker() override;
protected: