Added "enabled" field to pools.

This commit is contained in:
XMRig
2019-02-17 15:55:05 +07:00
parent 73a1f9bd87
commit 8c39ea6c51
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;