1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-17 21:12:58 -04:00

* [WIP] More unification in Pools class.

This commit is contained in:
XMRig
2019-02-17 10:51:32 +07:00
parent f6699b5929
commit ee4f6e28f0
10 changed files with 118 additions and 66 deletions

View File

@@ -29,14 +29,12 @@
#include <stdint.h>
class Job;
class SubmitResult;
namespace xmrig {
class Client;
class Job;
class SubmitResult;
class IClientListener