Add history depth to rcl_subscription_init tracepoint
This commit is contained in:
parent
5ee44035d4
commit
eac0db07f8
3 changed files with 8 additions and 4 deletions
|
@ -54,7 +54,8 @@ void TRACEPOINT(
|
|||
const void * node_handle,
|
||||
const void * rmw_handle,
|
||||
const void * subscription_handle,
|
||||
const char * topic_name);
|
||||
const char * topic_name,
|
||||
const size_t depth);
|
||||
|
||||
/**
|
||||
* tp: rclcpp_subscription_callback_added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue