We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820b029 commit 3550e4fCopy full SHA for 3550e4f
1 file changed
platform/consensus/ordering/pbft/response_manager.h
@@ -90,7 +90,7 @@ class ResponseManager {
90
LockFreeQueue<QueueItem> batch_queue_;
91
std::thread user_req_thread_;
92
std::atomic<bool> stop_;
93
- uint64_t local_id_ = 0;
+ std::atomic<uint64_t> local_id_;
94
Stats* global_stats_;
95
SystemInfo* system_info_;
96
std::atomic<int> send_num_;
0 commit comments