64bit diff support.

This commit is contained in:
XMRig 2019-04-10 03:42:00 +07:00
parent c41889477c
commit 1bd8d63508
6 changed files with 18 additions and 18 deletions

View file

@ -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));
}