64bit diff support.
This commit is contained in:
parent
c41889477c
commit
1bd8d63508
6 changed files with 18 additions and 18 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue