Skip to content

Commit

Permalink
Address peer review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno committed Jan 24, 2020
1 parent c271082 commit bb7c206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rcl/include/rcl/localhost.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern const char * const RCL_LOCALHOST_ENV_VAR;
/// Determine if the user wants to communicate using loopback only.
/**
* Checks if localhost should be used for network communication.
* If `localhost_only` is RCL_LOCALHOST_ONLY_DEFAULT, ROS_LOCALHOST_ONLY env variable is used.
* If `localhost_only` is RMW_LOCALHOST_ONLY_DEFAULT, ROS_LOCALHOST_ONLY env variable is used.
* If not, `localhost_only` is not modified.
*
* \param[inout] localhost_only Must not be NULL.
Expand Down
2 changes: 1 addition & 1 deletion rcl/include/rcl/node_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ typedef struct rcl_node_options_t
/**
* The default values are:
*
* - domain_id = RMW_DEFAULT_DOMAIN_ID
* - domain_id = RCL_NODE_OPTIONS_DEFAULT_DOMAIN_ID
* - allocator = rcl_get_default_allocator()
* - use_global_arguments = true
* - arguments = rcl_get_zero_initialized_arguments()
Expand Down

0 comments on commit bb7c206

Please sign in to comment.