mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 09:43:03 -05:00
Cleanup MoneroOcean patchset
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user