Skip to content

Commit

Permalink
Merge branch 'fix/node_filter' of github.com:xygyo77/caret_trace into…
Browse files Browse the repository at this point in the history
… fix/node_filter
  • Loading branch information
xygyo77 committed Apr 15, 2024
2 parents 5140fa7 + c371c25 commit 762946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CARET_trace/src/tracing_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -974,4 +974,4 @@ void TracingController::add_message_publisher_handle(
std::lock_guard<std::shared_timed_mutex> lock(mutex_);
message_to_publisher_handles_[message] = publisher_handle;
allowed_messages_.erase(message);
}
}

0 comments on commit 762946f

Please sign in to comment.