Skip to content

Commit

Permalink
Update rmw_context_impl_t definition (#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 Sep 14, 2021
1 parent 580cac4 commit 44996fb
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 44996fb

Please sign in to comment.