Skip to content

Commit

Permalink
ads_mux_initialized_ not atomic
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Oct 18, 2023
1 parent 2b2ba52 commit 0b71333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/upstream/cluster_manager_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,8 @@ class ClusterManagerImpl : public ClusterManager,
std::unique_ptr<Config::XdsConfigTracker> xds_config_tracker_;

bool initialized_{};
bool ads_mux_initialized_{};
std::atomic<bool> shutdown_{};
std::atomic<bool> ads_mux_initialized_{};
};

} // namespace Upstream
Expand Down

0 comments on commit 0b71333

Please sign in to comment.