aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-03-29 21:10:48 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-03-29 21:10:48 -0400
commitac091fb53981ba9408a003662ec0ed5c2456f958 (patch)
treee7300a0cb46ca6301a57a796861d86c80e0b7e6f /src/simplewallet/simplewallet.h
parentMerge pull request #7326 (diff)
parentwallet_rpc_payments: implement multithreading (diff)
downloadmonero-ac091fb53981ba9408a003662ec0ed5c2456f958.tar.xz
Merge pull request #7358
f346e3e wallet_rpc_payments: implement multithreading (gdmojo)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index af654e0dd..8780bee1d 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -464,6 +464,7 @@ namespace cryptonote
std::atomic<bool> m_need_payment;
boost::posix_time::ptime m_last_rpc_payment_mining_time;
bool m_rpc_payment_mining_requested;
+ uint32_t m_rpc_payment_threads = 0;
bool m_daemon_rpc_payment_message_displayed;
float m_rpc_payment_hash_rate;
std::atomic<bool> m_suspend_rpc_payment_mining;