-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename rmw_topic_endpoint_info_array count
to size
, and initialize it
#196
Rename rmw_topic_endpoint_info_array count
to size
, and initialize it
#196
Conversation
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
I will have to send a similar PR that ros2/rmw_fastrtps#348 to |
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending green CI
New CI, including ros2/rcl#576: |
Again, including ros2/rclpy#510 and ros2/rclcpp#996: |
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
When
rmw_topic_endpoint_info_array_init_with_size
was called,count
was not initialized.I renamed
count
tosize
, and initialize it with the reserved size.I think that's more consistent with what we were doing in other arrays.