All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH 1/2] Include RT_MUTEX_INFO in doxygen
@ 2008-07-10 13:16 Jan Kiszka
  2008-07-31 16:25 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2008-07-10 13:16 UTC (permalink / raw)
  To: xenomai-core

Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
---
 include/native/mutex.h |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

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;
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-31 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.