1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-18 05:22:28 -04:00

Added option --user-agent.

This commit is contained in:
XMRig
2017-08-16 13:19:14 +03:00
parent 79ffb95f05
commit 27f02d5f9f
7 changed files with 20 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ class Platform
{
public:
static const char *defaultConfigName();
static void init();
static void init(const char *userAgent);
static void release();
static void setProcessPriority(int priority);
static void setThreadPriority(int priority);