Skip to content

Commit

Permalink
Update thread_attr.h
Browse files Browse the repository at this point in the history
Reflecting on the suggestion for the comments of thread_attr.h.

Signed-off-by: Shoji Morita <[email protected]>
  • Loading branch information
smorita-esol committed Jun 21, 2023
1 parent aeb3495 commit ec49b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rcutils/thread_attr.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ rcutils_thread_attrs_init(
* \brief Initialize list of thread attributes with a capacity.
* \param[out] thread_attrs list of thread attributes to be initialized
* \param[in] allocator memory allocator to be used
* \param[in] capacity initial capacity of the list of thread attributes
* \return #RCUTILS_RET_OK if the structure was initialized succeessfully, or
* \return #RCUTILS_RET_INVALID_ARGUMENT if any function arguments are invalid, or
* \return #RCUTILS_RET_BAD_ALLOC if allocating memory failed, or
Expand Down

0 comments on commit ec49b25

Please sign in to comment.