Cleanup MoneroOcean patchset
This commit is contained in:
parent
42235a56da
commit
30fdc92884
28 changed files with 6138 additions and 6122 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue