1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Code cleanup.

This commit is contained in:
XMRig
2019-11-29 10:17:05 +07:00
parent 2b87a10cf2
commit 7d1be2d234
19 changed files with 75 additions and 66 deletions

View File

@@ -70,10 +70,10 @@ private:
void genWorkerId(const String &id);
Base *m_base;
char m_id[32];
char m_workerId[128];
char m_id[32]{};
char m_workerId[128]{};
const uint64_t m_timestamp;
Httpd *m_httpd;
Httpd *m_httpd = nullptr;
std::vector<IApiListener *> m_listeners;
};