mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 05:40:39 -05:00
Added SelfSelectClient stub.
This commit is contained in:
@@ -46,6 +46,7 @@ class BaseClient : public IClient
|
||||
public:
|
||||
BaseClient(int id, IClientListener *listener);
|
||||
|
||||
protected:
|
||||
inline bool isEnabled() const override { return m_enabled; }
|
||||
inline const Job &job() const override { return m_job; }
|
||||
inline const Pool &pool() const override { return m_pool; }
|
||||
|
||||
Reference in New Issue
Block a user