Move network classes into xmrig namespace.

This commit is contained in:
XMRig 2019-02-17 06:59:19 +07:00
parent dbdcc14672
commit ee667144e8
42 changed files with 481 additions and 332 deletions

View file

@ -41,6 +41,7 @@ public:
Pools();
private:
size_t m_index;
std::vector<Pool> m_data;
};