1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-07-02 06:54:30 -04:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Tony Butler 72452c41a7 Merge 3a46a28af0 into 5eaa6c152e 2024-06-03 13:43:34 -06:00
Tony Butler 3a46a28af0 Call uv_loop_fork to redecorate the default loop after fork() 2024-06-03 13:43:29 -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;