1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-07-06 00:22:40 -04:00

Fixed Cache QoS restore on exit where it not supported.

This commit is contained in:
XMRig
2021-01-24 02:23:27 +07:00
parent 9dae559b73
commit 672f6df6c1
2 changed files with 8 additions and 8 deletions
+1
View File
@@ -42,6 +42,7 @@ public:
static void destroy();
private:
static bool m_cacheQoS;
static bool m_enabled;
static bool m_initialized;
};