diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-02-10 21:56:10 +0000 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-02-10 21:56:10 +0000 |
commit | 40e40b557a58094b9c16d0cadacf94c3bf6a6658 (patch) | |
tree | 440a63a0cd424b2eafc2439f5837722b955eb289 /xmrstak/jconf.hpp | |
parent | b573944e226579a8c3632feab241db6da6db432e (diff) | |
download | xmr-stak-40e40b557a58094b9c16d0cadacf94c3bf6a6658.zip xmr-stak-40e40b557a58094b9c16d0cadacf94c3bf6a6658.tar.gz |
Add rig identifier
Diffstat (limited to 'xmrstak/jconf.hpp')
-rw-r--r-- | xmrstak/jconf.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp index df1bf79..9a4e958 100644 --- a/xmrstak/jconf.hpp +++ b/xmrstak/jconf.hpp @@ -23,6 +23,7 @@ public: struct pool_cfg { const char* sPoolAddr; const char* sWalletAddr; + const char* sRigId; const char* sPasswd; bool nicehash; bool tls; |