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

Added DnsRecords class.

This commit is contained in:
XMRig
2021-03-14 09:44:56 +07:00
parent c6bcea3811
commit 5b189696d7
12 changed files with 187 additions and 98 deletions

View File

@@ -32,7 +32,7 @@
namespace xmrig {
class String;
class Dns;
class HttpClient : public HttpContext, public IDnsListener, public ITimerListener
@@ -51,7 +51,7 @@ public:
bool connect();
protected:
void onResolved(const Dns &dns, int status) override;
void onResolved(const DnsRecords &records, int status) override;
void onTimer(const Timer *timer) override;
virtual void handshake();