Skip to content

Commit

Permalink
Addressing TSAN complaint in UT
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Flynn <tom.flynn@gmail.com>
  • Loading branch information
tomflynn committed Aug 25, 2020
1 parent 2e2d9d1 commit 93e00af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent-ovs/ovs/include/OvsdbConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class OvsdbConnection : public opflex::jsonrpc::RpcConnection {
std::atomic<bool> syncComplete;
std::atomic<int> syncMsgsRemaining;
bool ovsdbUseLocalTcpPort;
uint64_t id = 0;
std::atomic<uint64_t> id;
std::string remote_peer;
OvsdbState ovsdbState;

Expand Down

0 comments on commit 93e00af

Please sign in to comment.