Added "enabled" field to pools.

This commit is contained in:
XMRig 2019-02-17 15:55:05 +07:00
parent bdff4064a2
commit 7c789a0d3c
2 changed files with 14 additions and 6 deletions

View file

@ -104,6 +104,7 @@ private:
Algorithm m_algorithm;
Algorithms m_algorithms;
bool m_enabled;
bool m_nicehash;
bool m_tls;
int m_keepAlive;