Add support for client.reconnect method
This commit is contained in:
parent
f5447088cb
commit
2e738509bb
3 changed files with 40 additions and 1 deletions
|
@ -111,6 +111,7 @@ public:
|
|||
inline int zmq_port() const { return m_zmqPort; }
|
||||
inline uint64_t pollInterval() const { return m_pollInterval; }
|
||||
inline void setAlgo(const Algorithm &algorithm) { m_algorithm = algorithm; }
|
||||
inline void setUrl(const char *url) { m_url = Url(url); }
|
||||
inline void setPassword(const String &password) { m_password = password; }
|
||||
inline void setProxy(const ProxyUrl &proxy) { m_proxy = proxy; }
|
||||
inline void setRigId(const String &rigId) { m_rigId = rigId; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue