mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-02 18:13:04 -05:00
64bit diff support.
This commit is contained in:
@@ -35,14 +35,14 @@
|
||||
|
||||
|
||||
xmrig::NetworkState::NetworkState() :
|
||||
diff(0),
|
||||
pool(),
|
||||
accepted(0),
|
||||
diff(0),
|
||||
failures(0),
|
||||
rejected(0),
|
||||
total(0),
|
||||
m_active(false)
|
||||
{
|
||||
memset(pool, 0, sizeof(pool));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user