All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [PATCH 1/2] Include RT_MUTEX_INFO in doxygen
Date: Thu, 31 Jul 2008 18:25:22 +0200	[thread overview]
Message-ID: <4891E772.8070308@domain.hid> (raw)
In-Reply-To: <48760BC4.9070400@domain.hid>

Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
> ---
>  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@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
> 


-- 
Philippe.


      reply	other threads:[~2008-07-31 16:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-10 13:16 [Xenomai-core] [PATCH 1/2] Include RT_MUTEX_INFO in doxygen Jan Kiszka
2008-07-31 16:25 ` Philippe Gerum [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4891E772.8070308@domain.hid \
    --to=rpm@xenomai.org \
    --cc=jan.kiszka@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.