Sync changes with proxy.
This commit is contained in:
parent
2b0309e159
commit
9c23186172
3 changed files with 33 additions and 28 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue