Skip to content

Commit 50fb1fd

Browse files
Update include/rcutils/thread_attr.h
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
1 parent aeb3495 commit 50fb1fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rcutils/thread_attr.h

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ rcutils_thread_attrs_init(
9292
* \brief Initialize list of thread attributes with a capacity.
9393
* \param[out] thread_attrs list of thread attributes to be initialized
9494
* \param[in] allocator memory allocator to be used
95+
* \param[in] capacity ...
9596
* \return #RCUTILS_RET_OK if the structure was initialized succeessfully, or
9697
* \return #RCUTILS_RET_INVALID_ARGUMENT if any function arguments are invalid, or
9798
* \return #RCUTILS_RET_BAD_ALLOC if allocating memory failed, or

0 commit comments

Comments
 (0)