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 16, 2024
2 parents 146d4e2 + 99b9c1d commit 1aca5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CARET_trace/include/caret_trace/tracing_controller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class TracingController

/// @brief Register binding information for rcl_client_init tracepoint.
/// @param client_handle Address of the client handle.
/// @param node_handle Address of the node handle instance.
/// @param node_handle Address of the node handle.
void add_client_handle(const void * client_handle, const void * node_handle);

/// @brief Register binding information for intra message tracepoint.
Expand Down

0 comments on commit 1aca5df

Please sign in to comment.