1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-11 09:22:48 -05:00
This commit is contained in:
MoneroOcean
2019-12-01 08:44:04 -08:00
61 changed files with 658 additions and 158 deletions

View File

@@ -33,6 +33,7 @@
#include "base/io/Console.h"
#include "base/io/log/Log.h"
#include "base/kernel/Signals.h"
#include "base/kernel/Platform.h"
#include "core/config/Config.h"
#include "core/Controller.h"
#include "core/Miner.h"
@@ -96,6 +97,8 @@ int xmrig::App::exec()
m_controller->start();
}
Platform::setThreadPriority(5);
rc = uv_run(uv_default_loop(), UV_RUN_DEFAULT);
uv_loop_close(uv_default_loop());