Skip to content

Commit

Permalink
Update rmw_context_impl_t definition (ros2#558)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic authored and JLBuenoLopez committed Jan 12, 2022
1 parent 1918d4b commit 83d1830
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

#include <mutex>

struct rmw_context_impl_t
// Definition of struct rmw_context_impl_s as declared in rmw/init.h
struct rmw_context_impl_s
{
/// Pointer to `rmw_dds_common::Context`.
void * common;
Expand Down

0 comments on commit 83d1830

Please sign in to comment.