mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge a4a93a0bad into merged_master (Bitcoin PR #17906)
This commit is contained in:
commit
c86fef7cf6
1 changed files with 2 additions and 2 deletions
|
|
@ -386,8 +386,8 @@ private:
|
|||
// Network usage totals
|
||||
CCriticalSection cs_totalBytesRecv;
|
||||
CCriticalSection cs_totalBytesSent;
|
||||
uint64_t nTotalBytesRecv GUARDED_BY(cs_totalBytesRecv);
|
||||
uint64_t nTotalBytesSent GUARDED_BY(cs_totalBytesSent);
|
||||
uint64_t nTotalBytesRecv GUARDED_BY(cs_totalBytesRecv) {0};
|
||||
uint64_t nTotalBytesSent GUARDED_BY(cs_totalBytesSent) {0};
|
||||
|
||||
// outbound limit & stats
|
||||
uint64_t nMaxOutboundTotalBytesSentInCycle GUARDED_BY(cs_totalBytesSent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue