mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 17:53:03 -05:00
Added initial support for new style threads launch method.
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
namespace xmrig {
|
||||
|
||||
|
||||
class IWorker
|
||||
{
|
||||
public:
|
||||
@@ -42,4 +45,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
} // namespace xmrig
|
||||
|
||||
|
||||
#endif // XMRIG_IWORKER_H
|
||||
|
||||
Reference in New Issue
Block a user