#1363 Fixed main thread priority.

This commit is contained in:
XMRig 2019-12-03 18:28:10 +07:00
parent c3fd5835c3
commit 05421057ae
No known key found for this signature in database
GPG key ID: 446A53638BE94409
7 changed files with 5 additions and 54 deletions

View file

@ -51,7 +51,6 @@ public:
static uint32_t setTimerResolution(uint32_t resolution);
static void init(const char *userAgent);
static void restoreTimerResolution();
static void setProcessPriority(int priority);
static void setThreadPriority(int priority);
static inline const char *userAgent() { return m_userAgent; }