1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-10 09:02:45 -05:00

Added extra error message.

This commit is contained in:
XMRig
2019-12-20 23:44:32 +07:00
parent 449617d717
commit 98cfe7ed37
2 changed files with 20 additions and 7 deletions

View File

@@ -96,6 +96,7 @@ private:
bool parseLogin(const rapidjson::Value &result, int *code);
bool send(BIO *bio);
bool verifyAlgorithm(const Algorithm &algorithm, const char *algo) const;
bool write(const uv_buf_t &buf);
int resolve(const String &host);
int64_t send(size_t size);
void connect(sockaddr *addr);