Cleanup MoneroOcean patchset

This commit is contained in:
Tony Butler 2020-06-08 15:02:38 -06:00 committed by MoneroOcean
parent 42235a56da
commit 30fdc92884
28 changed files with 6138 additions and 6122 deletions

View file

@ -91,6 +91,7 @@ int xmrig::App::exec()
return 0;
}
# ifdef XMRIG_FEATURE_BENCHMARK
m_controller->pre_start();
m_controller->config()->benchmark().set_controller(m_controller);
@ -99,6 +100,9 @@ int xmrig::App::exec()
} else {
m_controller->start();
}
# else
m_controller->start();
# endif
rc = uv_run(uv_default_loop(), UV_RUN_DEFAULT);
uv_loop_close(uv_default_loop());