Added extra error message.

This commit is contained in:
XMRig 2019-12-20 23:44:32 +07:00
parent 449617d717
commit 98cfe7ed37
No known key found for this signature in database
GPG key ID: 446A53638BE94409
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);