1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-10 01:02:40 -05:00

Sync changes with proxy.

This commit is contained in:
XMRig
2018-04-30 18:17:07 +07:00
parent 2b0309e159
commit 9c23186172
3 changed files with 33 additions and 28 deletions

View File

@@ -85,6 +85,7 @@ public:
private:
bool parseIPv6(const char *addr);
void addVariant(xmrig::Variant variant);
bool m_nicehash;
int m_keepAlive;
@@ -98,4 +99,7 @@ private:
xmrig::c_str m_user;
};
typedef std::vector<Pool> Pools;
#endif /* __POOL_H__ */