Skip to content

Commit

Permalink
Refs 14069. Address reviewer's inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelBarro authored May 23, 2022
1 parent 3d09747 commit f8c0503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/rtps/writer/LivelinessManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bool LivelinessManager::add_writer(

{
// collection guard
shared_lock<shared_mutex> _(col_mutex_);
std::lock_guard<shared_mutex> _(col_mutex_);

for (LivelinessData& writer : writers_)
{
Expand Down

0 comments on commit f8c0503

Please sign in to comment.