Skip to content

Commit

Permalink
Update rmw_event_t declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Sep 8, 2021
1 parent 7b899da commit 70a5324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/include/rcl/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typedef enum rcl_subscription_event_type_t
} rcl_subscription_event_type_t;

/// rmw struct.
typedef struct rmw_event_t rmw_event_t;
typedef struct rmw_event_s rmw_event_t;

/// Internal rcl implementation struct.
struct rcl_event_impl_t;
Expand Down

0 comments on commit 70a5324

Please sign in to comment.