Skip to content

Commit 3550e4f

Browse files
authored
Update response_manager.h
1 parent 820b029 commit 3550e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/consensus/ordering/pbft/response_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class ResponseManager {
9090
LockFreeQueue<QueueItem> batch_queue_;
9191
std::thread user_req_thread_;
9292
std::atomic<bool> stop_;
93-
uint64_t local_id_ = 0;
93+
std::atomic<uint64_t> local_id_;
9494
Stats* global_stats_;
9595
SystemInfo* system_info_;
9696
std::atomic<int> send_num_;

0 commit comments

Comments
 (0)