Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka <[EMAIL PROTECTED]>
> ---
>  include/native/mutex.h |   10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
>

Applied, thanks.

> Index: b/include/native/mutex.h
> ===================================================================
> --- a/include/native/mutex.h
> +++ b/include/native/mutex.h
> @@ -26,13 +26,17 @@
>  
>  struct rt_task;
>  
> +/** Structure containing mutex information useful to users.
> + *
> + *  @see rt_mutex_inquire()
> + */
>  typedef struct rt_mutex_info {
>  
> -     int lockcnt;            /* !< Lock nesting level (> 0 means "locked"). 
> */
> +     int lockcnt;            /**< Lock nesting level (> 0 means "locked"). */
>  
> -     int nwaiters;           /* !< Number of pending tasks. */
> +     int nwaiters;           /**< Number of pending tasks. */
>  
> -     char name[XNOBJECT_NAME_LEN]; /* !< Symbolic name. */
> +     char name[XNOBJECT_NAME_LEN]; /**< Symbolic name. */
>  
>  } RT_MUTEX_INFO;
>  
> 
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@gna.org
> https://mail.gna.org/listinfo/xenomai-core
> 


-- 
Philippe.

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to