1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-07-02 15:02:43 -04:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Tony Butler 3c9924c607 Merge 6b0e5d9230 into 5eaa6c152e 2024-06-03 12:53:16 -06:00
Tony Butler 6b0e5d9230 Call uv_loop_fork to redecorate the default loop after fork() 2024-06-03 12:45:37 -06:00
+2 -2
View File
@@ -61,13 +61,13 @@ int xmrig::App::exec()
return 2;
}
m_signals = std::make_shared<Signals>(this);
int rc = 0;
if (background(rc)) {
return rc;
}
m_signals = std::make_shared<Signals>(this);
rc = m_controller->init();
if (rc != 0) {
return rc;