Added extra error message.

This commit is contained in:
XMRig
2019-12-20 23:44:32 +07:00
parent a5d13c4e64
commit 0a2924529b
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);