Skip to content

Commit

Permalink
Naming: replace context_name with security_context
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Mar 17, 2020
1 parent 7d0c1a1 commit 9cfe775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw_implementation/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ RMW_INTERFACE_FN(
3, ARG_TYPES(const rmw_node_t *, rcutils_string_array_t *, rcutils_string_array_t *))

RMW_INTERFACE_FN(
rmw_get_node_names_with_context_names,
rmw_get_node_names_with_security_contexts,
rmw_ret_t, RMW_RET_ERROR,
4, ARG_TYPES(
const rmw_node_t *, rcutils_string_array_t *,
Expand Down Expand Up @@ -630,7 +630,7 @@ void prefetch_symbols(void)
GET_SYMBOL(rmw_get_topic_names_and_types)
GET_SYMBOL(rmw_get_service_names_and_types)
GET_SYMBOL(rmw_get_node_names)
GET_SYMBOL(rmw_get_node_names_with_context_names)
GET_SYMBOL(rmw_get_node_names_with_security_contexts)
GET_SYMBOL(rmw_count_publishers)
GET_SYMBOL(rmw_count_subscribers)
GET_SYMBOL(rmw_get_gid_for_publisher)
Expand Down

0 comments on commit 9cfe775

Please sign in to comment.