Skip to content

Commit

Permalink
Rename rmw_security_options_t
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno committed Feb 6, 2020
1 parent afe5761 commit e31880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_implementation/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ RMW_INTERFACE_FN(
rmw_create_node,
rmw_node_t *, nullptr,
6, ARG_TYPES(
rmw_context_t *, const char *, const char *, size_t, const rmw_node_security_options_t *,
rmw_context_t *, const char *, const char *, size_t, const rmw_security_options_t *,
bool))

RMW_INTERFACE_FN(
Expand Down

0 comments on commit e31880a

Please sign in to comment.