New API class.

This commit is contained in:
XMRig
2019-03-30 00:16:01 +07:00
parent 84f97c72d9
commit 98ce7da95c
11 changed files with 178 additions and 74 deletions

View File

@@ -198,6 +198,6 @@ void xmrig::Network::tick()
}
# ifdef XMRIG_FEATURE_API
Api::tick(m_state);
//Api::tick(m_state);
# endif
}